From 61a56d690ffff8a2f7ee3d754b14be820526c28b Mon Sep 17 00:00:00 2001 From: Someone Date: Wed, 28 Aug 2013 19:31:01 +0200 Subject: [PATCH] changed svc memo plugin to get rid of logarythmic scale --- ircsvcmemos | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/ircsvcmemos b/ircsvcmemos index c2e8284..2545787 100755 --- a/ircsvcmemos +++ b/ircsvcmemos @@ -25,9 +25,8 @@ if [ "$1" = "config" ]; then echo "graph_title service memo stats" echo "graph_info This graph shows the IRC service's stored memo count." echo "graph_category irc" - echo "graph_order dbsize" - echo "graph_scale yes" - echo "graph_args --logarithmic -l 0.1" + echo "graph_printf %.0lf" + echo "graph_scale no" echo "memo.label Stored memos" echo "memo.draw LINE2" exit 0 -- 2.43.0