hack to work around compound object json

This commit is contained in:
2016-04-26 23:12:43 +02:00
parent 21f8fe8842
commit 714570636f
2 changed files with 9 additions and 5 deletions
+1 -1
View File
@@ -308,7 +308,7 @@ def checkoverdue():
if h in watchhosts:
email("overdue", "%s overdue" % ",".join(pmsg))
pushover("%s %s overdue" % (h, join(pmsg)))
lof(h, "%s overdue" % join(pmsg))
log(h, "%s overdue" % " and ".join(pmsg))
def log(host, m, service=None):