2022-09-27 06:07:55 +02:00
|
|
|
[monitor]
|
2022-09-27 07:00:17 +02:00
|
|
|
; currently i get errors when the service option is not spelled correct. error handling need to fix this. same for
|
|
|
|
|
; notifications and tasks.
|
2022-09-27 06:07:55 +02:00
|
|
|
service = FritzboxUplink
|
2022-09-25 00:39:51 +02:00
|
|
|
interval = 60
|
2022-09-27 07:00:17 +02:00
|
|
|
; notifications separated by ','. no whitespaces allowed
|
2022-09-27 06:07:55 +02:00
|
|
|
notifications = SMS,Email
|
2022-09-25 18:10:37 +02:00
|
|
|
; values from main configuration can be overridden for each defined monitor
|
2022-09-27 07:00:17 +02:00
|
|
|
; email_receivers separated by ','. no whitespaces allowed
|
|
|
|
|
email_receivers = admin@example.com,fallback@example.com
|
|
|
|
|
; sms_receivers separated by ','. no whitespaces allowed
|
|
|
|
|
sms_receivers = +329084320984,+39804932409
|
|
|
|
|
; setting to None fails. just do not set this option. currently i get an error when tasks is not set here. need to be
|
|
|
|
|
; fixed. setting it like below works but is no good design for optional options. same for notifications.
|
|
|
|
|
tasks = Redis
|
2022-09-25 00:39:51 +02:00
|
|
|
host = 192.168.0.1
|
|
|
|
|
user = USERNAME
|
|
|
|
|
password = PASSWORD
|
|
|
|
|
info = Cable Provider
|