From 953b036b51a891e5f62307610d4dd87e79dd0c2a Mon Sep 17 00:00:00 2001 From: Johannes Findeisen Date: Wed, 6 Sep 2023 03:11:34 +0200 Subject: [PATCH] Added more comments to linspector.conf and prepared some vars for notifications. (0.28.4) --- etc/linspector.conf | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/etc/linspector.conf b/etc/linspector.conf index 4d071b4..ef06fc6 100644 --- a/etc/linspector.conf +++ b/etc/linspector.conf @@ -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)