Reverted databases back to be tasks again. This is more native to the API of Linspector. (0.26.0)
This commit is contained in:
parent
b5960331c4
commit
83827e8070
13 changed files with 100 additions and 87 deletions
|
|
@ -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
0
etc/monitors/.gitkeep
Normal file
|
|
@ -3,3 +3,4 @@ host = HOST
|
|||
user = USER
|
||||
password = PASSWORD
|
||||
database = DATABASE
|
||||
table = TABLE
|
||||
Loading…
Add table
Add a link
Reference in a new issue