From 4738b620913eb29eebf817c417e50db0f95cb536 Mon Sep 17 00:00:00 2001 From: john30 Date: Sun, 26 Apr 2015 12:34:57 +0200 Subject: [PATCH] removed empty/duplicate temperatures --- contrib/munin/plugins/ebusd_ | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/munin/plugins/ebusd_ b/contrib/munin/plugins/ebusd_ index 1847c9b9..065495dd 100755 --- a/contrib/munin/plugins/ebusd_ +++ b/contrib/munin/plugins/ebusd_ @@ -19,7 +19,7 @@ type=${prefix##ebusd_} skip= if [ "$type" = "temp" ]; then match="Temp(Input|Output|Bottom|Top)?\$|outsidetemp" - skip="Bivalent|Max|Min|Outside|mc5:" + skip="Bivalent|Max|Min|Outside|mc5:|rcc.*:Flow|^ui" elif [ "$type" = "press" ]; then match="Press(High|Low)?\$" skip="KeyPress"