Add comment for alert every
This commit is contained in:
parent
636ad103a3
commit
e34fa38d51
@ -35,6 +35,7 @@ def main():
|
||||
try:
|
||||
check_monitor(monitor)
|
||||
except CalledProcessError:
|
||||
# Need some way to not alert EVERY time
|
||||
alert_for_monitor(monitor, alerts)
|
||||
sleep(config.get('interval', 1))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user