Lot of optimizing and many fixes. Refactoring like every day... ;)
This commit is contained in:
parent
8d9ec5c73b
commit
8dcacfb4e5
5 changed files with 67 additions and 43 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue