CAI-Watchdog/scripts/windows/cai-watchdog.ini.template
Alexander I. Chebykin b55f72f2e4 Configuration file options modified.
address renamed to uri, <header> renamed to <subject>
2022-06-27 21:37:11 +03:00

21 lines
407 B
Plaintext

[main]
check_interval = 10000
rules_count = 2
[notifications]
email = admin@server.local
command = ./send-telegram.ps1 <message>
service_start = true
[rule1]
service = Test1
uri = http://127.0.0.1:3000/api/v1/
email = admin@server.local
command = ./send-telegram.ps1 <message>
[rule2]
service = Test2
uri = http://127.0.0.1:3300/api/v1/
email = admin@server.local
command = ./send-telegram.ps1 <message>