Lot of optimizing and many fixes. Refactoring like every day... ;)

This commit is contained in:
Johannes Findeisen 2022-09-27 09:25:28 +02:00
commit 8dcacfb4e5
5 changed files with 67 additions and 43 deletions

View file

@ -13,7 +13,8 @@ plugins = HTTPServer
; a monitor then maybe only run tasks from the dedicated monitor. maybe it is a good idea to run global tasks in every
; monitor and the monitor can add tasks to the global settings... need to think about it.
; tasks separated by ','. no whitespaces allowed
tasks = MariaDB,Logger
tasks = SQLite
notification = SMS
; maybe the run_mode is obsolete because this will be a daemon but maybe it is useful for one time execution?
; in uplink the available run_modes were cron, daemon and foreground
run_mode = cron

View file

@ -2,10 +2,10 @@
identifier = dsl
service = FritzboxUplink
interval = 60
notifications = SMS,Email
notifications = Email
email_receivers = admin@example.com,fallback@example.com
sms_receivers = +329084320984,+39804932409
tasks = MariaDB
tasks = MariaDB,FileLogger
host = 192.168.1.1
user = USERNAME
password = PASSWORD