Implemented notification_error_mode configuration option. (0.30.1)
This commit is contained in:
parent
6f090a3982
commit
3660cbb50c
4 changed files with 29 additions and 2 deletions
|
|
@ -7,7 +7,7 @@ minimum_interval = 10
|
|||
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
|
||||
; "decrease" error countor or "reset" to 0 when a service is healthy again (default: decrease)
|
||||
notification_error_mode = decrease
|
||||
|
||||
start_scheduler = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue