Reverted databases back to be tasks again. This is more native to the API of Linspector. (0.26.0)

This commit is contained in:
Johannes Findeisen 2023-08-31 22:30:05 +02:00
commit 83827e8070
13 changed files with 100 additions and 87 deletions

View file

@ -24,13 +24,12 @@ logfile_level = DEBUG
; size of logfiles (default: 1MB)
logfile_size = 10MB
databases = mysql
notifications =
plugins =
tasks =
; the tasks to be executed after each monitors service execution
tasks = mysql
; timezone can be set to a remote timezone to make monitors run at the remote time. this can be overridden in each
; monitor configuration.

0
etc/monitors/.gitkeep Normal file
View file

View file

@ -3,3 +3,4 @@ host = HOST
user = USER
password = PASSWORD
database = DATABASE
table = TABLE