diff options
author | Peter Palfrader <peter@palfrader.org> | 2006-05-01 15:17:16 +0000 |
---|---|---|
committer | weasel <weasel@bc3d92e2-beff-0310-a7cd-cc87d7ac0ede> | 2006-05-01 15:17:16 +0000 |
commit | 7a6c64cde792bbf87eabb5f61d3dff0f6ed4eb93 (patch) | |
tree | 4fa52c4bd0e1c14040593579f12c0cecf2325032 | |
parent | fcf05fbece7a1de93276f035d6e7db5df09f707f (diff) |
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
-rwxr-xr-x | munin/ups_ | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |