Skip to content

Latest commit

 

History

History
19 lines (18 loc) · 624 Bytes

File metadata and controls

19 lines (18 loc) · 624 Bytes

AzisabaHealthChecker

debug: false
verbose: false
discordWebhook: null # default discord webhook url
servers:
  - name: test # user-friendly name (required)
    protocol: udp # tcp or udp (default: TCP)
    host: localhost:10000 # hostname:port (required)
    period: 1000 # default: 5000 milliseconds (optional)
  - name: test2
    protocol: tcp
    host: localhost:25599
    period: 5000
    threshold: 10 # default: 10
    discordWebhook: "" # set to empty string if you set webhook url above but don't want to send on this host
    webhookMessagePrefix: "@here\n" # prefix applies to every webhook messages