From 43f45aa2c9096fe8f0ee7400b855b0d977851e8a Mon Sep 17 00:00:00 2001 From: Brian Warner Date: Thu, 15 Feb 2018 11:55:31 -0800 Subject: [PATCH] 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. --- misc/munin/wormhole_event_rate | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/misc/munin/wormhole_event_rate b/misc/munin/wormhole_event_rate index 1fb9420..14401df 100755 --- a/misc/munin/wormhole_event_rate +++ b/misc/munin/wormhole_event_rate @@ -24,13 +24,13 @@ incomplete.draw LINE incomplete.type DERIVE incomplete.min 0 incomplete.max 60 -incomplete.cdef happy,3600,* +incomplete.cdef incomplete,3600,* scary.label Scary scary.draw LINE scary.type DERIVE scary.min 0 scary.max 60 -scary.cdef happy,3600,* +scary.cdef scary,3600,* """ if len(sys.argv) > 1 and sys.argv[1] == "config":