Added more comments to linspector.conf and prepared some vars for notifications. (0.28.4)

This commit is contained in:
Johannes Findeisen 2023-09-06 03:11:34 +02:00
commit 953b036b51

View file

@ -1,7 +1,14 @@
[linspector]
; default monitor polling interval in seconds
default_interval = 300
; minimum monitor polling interval in seconds
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
; the scheduler mode. process or thread (default: thread)