minecraft disk usage added
[somenet/munin.git] / ircsvcdb
index 482645a7ee708bba27adc2560b0550ab3309c865..feea49421e8112989882400c48a9c8c550aaacd4 100755 (executable)
--- a/ircsvcdb
+++ b/ircsvcdb
@@ -22,12 +22,12 @@ if [ "$1" = "autoconf" ]; then
 fi
 
 if [ "$1" = "config" ]; then
-    echo "graph_title service's database"
+    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"