Refactoring and README update.

This commit is contained in:
Johannes Findeisen 2022-09-25 18:10:37 +02:00
commit e77af2a7e0
7 changed files with 55 additions and 23 deletions

View file

@ -7,8 +7,10 @@ service = Fritzbox
interval = 60
# default delimiters '=' and ':' should be changed to ',' to be more native
notifications = SMS:Email
; values from main configuration can be overridden for each defined monitor
email_receivers = admin@example.com:fallback@example.com
sms_receivers = +329084320984:+39804932409
tasks = None
host = 192.168.0.1
user = USERNAME
password = PASSWORD

View file

@ -6,6 +6,7 @@ interval = 60
notifications = SMS:Email
email_receivers = admin@example.com:fallback@example.com
sms_receivers = +329084320984:+39804932409
tasks = MariaDB:Logger:Redis
host = 192.168.1.1
user = USERNAME
password = PASSWORD