Hi, all!

I'm trying to set up some bandwidth graphs with RRDTool using SNMP. The
data is being fetched every 5 minutes with cron like this:

    0,5,10,15,20,25,30,35,40,45,50,55 * * * * johan /usr/bin/rrdupdate 
/home/johan/etc/rrd/bandwidth.rrd N:`/home/johan/bin/i386-pc-linux-gnu/snmpget 
-v 1 -c public -Oqv 192.168.0.1 
ifInOctets.1`:`/home/johan/bin/i386-pc-linux-gnu/snmpget -v 1 -c public -Oqv 
192.168.0.1 ifOutOctets.1`

Now to the real question. How would I generate bandwidth.rdd and create
PNG graphs if I wanted to set up something along the lines of what can
be seen on:

    http://www.acc.umu.se/technical/statistics/ftp/monitordata/index.html

I.e. I want Day, Week, Month, Year (no six month) graphs, with total,
average and max messurements (on both in and out bandwidth).

PS. Please Cc me since I'm not subscribed, thanks.

Regards,

-- 
Johan Svedberg, [EMAIL PROTECTED], http://johan.svedberg.pp.se/

--
Unsubscribe mailto:[EMAIL PROTECTED]
Help        mailto:[EMAIL PROTECTED]
Archive     http://www.ee.ethz.ch/~slist/rrd-users
WebAdmin    http://www.ee.ethz.ch/~slist/lsg2.cgi

Reply via email to