Added dynamic loading of tasks and services, refactoring and fixes.
This commit is contained in:
parent
a0892d0980
commit
8d9ec5c73b
18 changed files with 51 additions and 236 deletions
|
|
@ -2,11 +2,10 @@
|
|||
identifier = dsl
|
||||
service = FritzboxUplink
|
||||
interval = 60
|
||||
# default delimiters '=' and ':' should be changed to ',' to be more native
|
||||
notifications = SMS,Email
|
||||
email_receivers = admin@example.com:fallback@example.com
|
||||
sms_receivers = +329084320984:+39804932409
|
||||
tasks = MariaDB:Logger:Redis
|
||||
email_receivers = admin@example.com,fallback@example.com
|
||||
sms_receivers = +329084320984,+39804932409
|
||||
tasks = MariaDB
|
||||
host = 192.168.1.1
|
||||
user = USERNAME
|
||||
password = PASSWORD
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue