Add comment for alert every

This commit is contained in:
IamTheFij 2018-02-14 17:55:29 -08:00
parent 636ad103a3
commit e34fa38d51
1 changed files with 1 additions and 0 deletions

View File

@ -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))