Moved databases from tasks to own concept because they need persistent connections. Tasks do now allow this. (0.24.0)
This commit is contained in:
parent
21c684bfbc
commit
52b0c6b509
9 changed files with 62 additions and 28 deletions
|
|
@ -24,11 +24,13 @@ logfile_level = DEBUG
|
|||
; size of logfiles (default: 1MB)
|
||||
logfile_size = 10MB
|
||||
|
||||
databases = mariadb
|
||||
|
||||
notifications =
|
||||
|
||||
plugins =
|
||||
|
||||
tasks = mariadb
|
||||
tasks =
|
||||
|
||||
; timezone can be set to a remote timezone to make monitors run at the remote time. this can be overridden in each
|
||||
; monitor configuration.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue