From 7a6c64cde792bbf87eabb5f61d3dff0f6ed4eb93 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Mon, 1 May 2006 15:17:16 +0000 Subject: remove the input from the AC frequency title - it does both in and output git-svn-id: svn+ssh://asteria.noreply.org/svn/weaselutils/trunk@76 bc3d92e2-beff-0310-a7cd-cc87d7ac0ede --- munin/ups_ | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/munin/ups_ b/munin/ups_ index 3c7e5e5..10e1420 100755 --- a/munin/ups_ +++ b/munin/ups_ @@ -87,7 +87,7 @@ function charge() { function frequency() { if [ "$1" = "config" ]; then - echo "graph_title $UPS input AC frequency" + echo "graph_title $UPS AC frequency" echo "graph_args --base 1000 -l 0" echo "graph_vlabel frequency 1/s" for i in input output; do -- cgit v1.2.3