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