From 8823d904b7e7b902af6c0fb44dc1d726278f732d Mon Sep 17 00:00:00 2001
From: Joe Rayhawk <jrayhawk@omgwallhack.org>
Date: Sat, 15 Mar 2014 01:03:18 -0700
Subject: Make more, bigger, prettier, informativer graphs

---
 sbin/iptables-rrdtool | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

(limited to 'sbin')

diff --git a/sbin/iptables-rrdtool b/sbin/iptables-rrdtool
index b45fe59..70c56e8 100644
--- a/sbin/iptables-rrdtool
+++ b/sbin/iptables-rrdtool
@@ -43,7 +43,10 @@ for table in $(cat /proc/net/ip_tables_names); do
       rrdtool update "${RRDDIR}/${name}.rrd" "N:${counter}"
 
       if [ "${GENPNG}" = "1" ]; then 
-        rrdtool graph "${PNGDIR}/${name}.png" --start -2d DEF:rule="${RRDDIR}/${name}.rrd":rule:AVERAGE LINE1:rule#0080ff:rule
+        rrdtool graph "${PNGDIR}/${name}:d.png" --full-size-mode -w 640 -h 480 --units=si --logarithmic --start -1d DEF:rule="${RRDDIR}/${name}.rrd":rule:AVERAGE LINE1:rule#0080ff:rule VDEF:total=rule,TOTAL GPRINT:total:Total\\\:%8.3lf\ %s
+        rrdtool graph "${PNGDIR}/${name}:w.png" --full-size-mode -w 640 -h 480 --units=si --logarithmic --start -1w DEF:rule="${RRDDIR}/${name}.rrd":rule:AVERAGE LINE1:rule#0080ff:rule VDEF:total=rule,TOTAL GPRINT:total:Total\\\:%8.3lf\ %s
+        rrdtool graph "${PNGDIR}/${name}:m.png" --full-size-mode -w 640 -h 480 --units=si --logarithmic --start -1m DEF:rule="${RRDDIR}/${name}.rrd":rule:AVERAGE LINE1:rule#0080ff:rule VDEF:total=rule,TOTAL GPRINT:total:Total\\\:%8.3lf\ %s
+        rrdtool graph "${PNGDIR}/${name}:y.png" --full-size-mode -w 640 -h 480 --units=si --logarithmic --start -1y DEF:rule="${RRDDIR}/${name}.rrd":rule:AVERAGE LINE1:rule#0080ff:rule VDEF:total=rule,TOTAL GPRINT:total:Total\\\:%8.3lf\ %s
       fi
     fi
   done
-- 
cgit v1.2.3