munin/wormhole_event_rate: fix calculation of 'scary' and 'incomplete'

I made a cut-and-paste error before, and these two values were derived from
'happy' instead of their own counts.
This commit is contained in:
Brian Warner 2018-02-15 11:55:31 -08:00
parent 6b6154bc29
commit 43f45aa2c9

View File

@ -24,13 +24,13 @@ incomplete.draw LINE
incomplete.type DERIVE incomplete.type DERIVE
incomplete.min 0 incomplete.min 0
incomplete.max 60 incomplete.max 60
incomplete.cdef happy,3600,* incomplete.cdef incomplete,3600,*
scary.label Scary scary.label Scary
scary.draw LINE scary.draw LINE
scary.type DERIVE scary.type DERIVE
scary.min 0 scary.min 0
scary.max 60 scary.max 60
scary.cdef happy,3600,* scary.cdef scary,3600,*
""" """
if len(sys.argv) > 1 and sys.argv[1] == "config": if len(sys.argv) > 1 and sys.argv[1] == "config":