CAI-Watchdog/scripts/unix/cai-watchdog.conf.template
Alexander I. Chebykin ccb471dcc2 Notifications on program startup. Minor changes in scripts.
Notifications on program startup. Minor changes in scripts.
2022-06-27 18:14:13 +03:00

21 lines
397 B
Plaintext

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