Hi,

I have been trying to create custom graph for network bandwidth monitoring 
without much success. I created data source for ifInOctets2 and I can see that 
the rrd file has been created. Then, I created a custom graph that looks like 
the following:

-F
-E
--height=100
--width=500
--lower-limit=0
--rigid
--vertical-label=kb/s
DEF:ifInOctets-raw=rrdPath/ifInOctets2_ifInOctets2.rrd:ds0:AVERAGE
CDEF:ifInOctets-rpn=ifInOctets-raw,8,*
CDEF:ifInOctets=ifInOctets-rpn
AREA:ifInOctets-rpn#00CC0099:Inbound

VDEF:inCurrent=ifInOctets-rpn,LAST
VDEF:inAverage=ifInOctets,AVERAGE

GPRINT:inCurrent:%5.2lf%s
GPRINT:inAverage:%5.2lf%s

I created the above by adding them one by one under Graph Points. However, I am 
not getting any graph (the metrics are not plotted out at all). Pasting the 
whole code into Graph Custom doesn't seem to work either. Have I gone wrong 
somewhere? 

Any input is much appreciated. Thanks!




-------------------- m2f --------------------

Read this topic online here:
http://forums.zenoss.com/viewtopic.php?p=35355#35355

-------------------- m2f --------------------



_______________________________________________
zenoss-users mailing list
[email protected]
http://lists.zenoss.org/mailman/listinfo/zenoss-users

Reply via email to