![]() |
![]() |
Subject: | graph traffic volume |
Author: | [Not Specified] |
Posted: | 2014-01-17 09:11 |
hi, i found a post in which they explain how to graph traffic volume:
http://community.zenoss.org/message/65472
i'm using zenoss 4.2.4 on rhel 6.4, i got it to work but the graphs are showing double comments, can i get any help
http://www.freeimagehosting.net/newuploads/ng72f.jpg
I just pasted the code in :
monitoring templates >>> ethernetCsmacd_64 >>> graph definitions >>> throughput >>> custom graph definition
VDEF:ifHCInOctetsAve=ifHCInOctets-raw,AVERAGE
CDEF:ifHCInOctetsMod=ifHCInOctets-raw,UN,ifHCInOctetsAve,ifHCInOctets-raw,IF
CDEF:ifHCInOctetsModBits=ifHCInOctetsMod,8,*
VDEF:ifHCInOctetsTotal=ifHCInOctetsModBits,TOTAL
AREA:ifHCInOctets-rpn#00cc00ff:Inbound
GPRINT:ifHCInOctets-rpn:LAST:cur\:%5.2lf%s
GPRINT:ifHCInOctets-rpn:AVERAGE:avg\:%5.2lf%s
GPRINT:ifHCInOctets-rpn-max:MAX:max\:%5.2lf%s
GPRINT:ifHCInOctetsTotal:Total In\:%5.2lf%s\j
VDEF:ifHCOutOctetsAve=ifHCOutOctets-raw,AVERAGE
CDEF:ifHCOutOctetsMod=ifHCOutOctets-raw,UN,ifHCOutOctetsAve,ifHCOutOctets-raw,IF
CDEF:ifHCOutOctetsModBits=ifHCOutOctetsMod,8,*
VDEF:ifHCOutOctetsTotal=ifHCOutOctetsModBits,TOTAL
LINE1:ifHCOutOctets-rpn#0000ff99:Outbound
GPRINT:ifHCOutOctets-rpn:LAST:cur\:%5.2lf%s
GPRINT:ifHCOutOctets-rpn:AVERAGE:avg\:%5.2lf%s
GPRINT:ifHCOutOctets-rpn-max:MAX:max\:%5.2lf%s
GPRINT:ifHCOutOctetsTotal:Total Out\:%5.2lf%s\j
Subject: | solved! |
Author: | [Not Specified] |
Posted: | 2014-01-20 07:00 |
This was solved in the irc chat by Shane Scott, many thanks to shane.
solution: under graph definitions, throughput >>> manage graph points >>> not drawn (for each datapoint)
< |
Previous Zenoss v4 traps visualization on event details |
Next Zenoss and DNS/IP refresh |
> |