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:
parent
6b0ebef559
commit
4a679daa2b
|
@ -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))
|
||||
|
|
Loading…
Reference in New Issue
Block a user