munin/wormhole_errors: fix mailboxes_scary

I had it in the list of configured metrics, but forgot to actually emit the
value.
This commit is contained in:
Brian Warner 2016-12-02 14:53:05 -08:00
parent 6b0ebef559
commit 4a679daa2b

View File

@ -43,5 +43,6 @@ print "nameplates.value", (r["nameplates_total"]
- r["nameplate_moods"].get("happy", 0))
print "mailboxes.value", (r["mailboxes_total"]
- r["mailbox_moods"].get("happy", 0))
print "mailboxes_scary.value", r["mailbox_moods"].get("scary", 0)
t = data["transit"]["since_reboot"]
print "transit.value", (t["total"] - t["moods"].get("happy", 0))