Added more comments to linspector.conf and prepared some vars for notifications. (0.28.4)
This commit is contained in:
parent
e87a363bac
commit
953b036b51
1 changed files with 8 additions and 1 deletions
|
|
@ -1,7 +1,14 @@
|
||||||
[linspector]
|
[linspector]
|
||||||
|
; default monitor polling interval in seconds
|
||||||
default_interval = 300
|
default_interval = 300
|
||||||
|
; minimum monitor polling interval in seconds
|
||||||
minimum_interval = 10
|
minimum_interval = 10
|
||||||
delta_range = 10
|
; the time range in which all monitors are being sdcheduled in seconds
|
||||||
|
delta_range = 60
|
||||||
|
; number of errors until executing notifications
|
||||||
|
notification_error_threshold = 5
|
||||||
|
; "decrease" error countor or "reset" to 0 when a service is healthy again
|
||||||
|
notification_error_mode = decrease
|
||||||
|
|
||||||
start_scheduler = true
|
start_scheduler = true
|
||||||
; the scheduler mode. process or thread (default: thread)
|
; the scheduler mode. process or thread (default: thread)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue