diff options
-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 |