CAI-Watchdog/scripts/unix/etc/cai-watchdog.conf.template
Alexander I. Chebykin 486d9384cc *nix send-mail script added.
*nix send-mail script added. Scripts settings moved to config files
2022-06-28 00:13:07 +03:00

21 lines
389 B
Plaintext

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