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:
Johannes Findeisen 2023-08-21 15:05:42 +02:00
commit 52b0c6b509
9 changed files with 62 additions and 28 deletions

View file

@ -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.