added threshold handling to job.py and config
This commit is contained in:
parent
7886e6f677
commit
ee5245eccb
2 changed files with 11 additions and 1 deletions
|
|
@ -184,10 +184,12 @@
|
|||
}
|
||||
},
|
||||
"core":{
|
||||
"_documentation": "https://github.com/linspector/linspector/wiki/Configuration-Core",
|
||||
"instance_name": "Master Monitoring (monitor.example.org)",
|
||||
"max_logfile_size": 1024000,
|
||||
"max_logfile_count": 4,
|
||||
"max_worker_threads": 8,
|
||||
"threshold_handling": "reset",
|
||||
"members":[ "root" ],
|
||||
"backends": {
|
||||
"jsonrpc": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue