30 lines
515 B
Plaintext
30 lines
515 B
Plaintext
[main]
|
|
check_interval = 10
|
|
rules_count = 3
|
|
|
|
[notifications]
|
|
email = admin@server.local
|
|
command = send-telegram <message>
|
|
service_start = true
|
|
|
|
[rule1]
|
|
service = Test1
|
|
uri = http://127.0.0.1:3000/api/v1/
|
|
process =
|
|
email = admin@server.local
|
|
command = send-telegram <message>
|
|
|
|
[rule2]
|
|
service = Test2
|
|
uri = http://127.0.0.1:3300/api/v1/
|
|
process =
|
|
email = admin@server.local
|
|
command = send-telegram <message>
|
|
|
|
[rule3]
|
|
service = Apache
|
|
uri =
|
|
process = httpd
|
|
email = admin@server.local
|
|
command = send-telegram <message>
|