From 20e6488b173363d5f410ca276d74e0f90324bfcd Mon Sep 17 00:00:00 2001 From: Someone Date: Wed, 28 Aug 2013 19:47:32 +0200 Subject: [PATCH] changed ircsvcdb to not print half bytes. --- ircsvcdb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ircsvcdb b/ircsvcdb index 0102532..feea494 100755 --- a/ircsvcdb +++ b/ircsvcdb @@ -25,9 +25,9 @@ if [ "$1" = "config" ]; then echo "graph_title service database stats" echo "graph_info This graph shows the IRC service's database stats." echo "graph_category irc" - echo "graph_order dbsize" - echo "graph_scale yes" + echo "graph_printf %.0lf" echo "graph_args --logarithmic -l 0.1" + echo "graph_scale no" echo "dbsize.label DB size" echo "dbsize.draw LINE2" echo "dblines.label DB lines" -- 2.43.0