From 572292fa022d3c27ad768fa9d4c638ce2f6d4b78 Mon Sep 17 00:00:00 2001 From: Babak Farrokhi Date: Sat, 15 Aug 2015 16:04:14 +0430 Subject: [PATCH] - Fix scaling on Packet Loss graphs --- multiping_ | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/multiping_ b/multiping_ index 8035b1a..703b315 100755 --- a/multiping_ +++ b/multiping_ @@ -122,7 +122,8 @@ elif [ "$1" == "config" ]; then echo "multigraph loss_${FSRC}" echo "graph_title Packet Loss Statistics for ${SRC}" - echo "graph_args -r --upper-limit 100 --lower-limit 0 --base 1000" + echo "graph_args --units-exponent 0 -r --upper-limit 100 --lower-limit 0 --base 1000" + echo "graph_scale no" echo "graph_vlabel percent" echo "graph_category connectivity" echo "graph_info This graph shows ICMP Packet Loss for source address ${SRC} on interface ${interface} toward multiple destination hosts"