Set alert_every to 0 for mdstat_raid monitor to prevent repeated alerts
continuous-integration/drone/push Build is passing
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -8,6 +8,7 @@ monitor "mdstat_raid" {
|
|||||||
]
|
]
|
||||||
check_interval = "30s"
|
check_interval = "30s"
|
||||||
alert_after = 1
|
alert_after = 1
|
||||||
|
alert_every = 0
|
||||||
|
|
||||||
alert_down = ["email_alert"]
|
alert_down = ["email_alert"]
|
||||||
alert_up = ["email_recovery"]
|
alert_up = ["email_recovery"]
|
||||||
|
|||||||
Reference in New Issue
Block a user