Seems ok... Did you restart zenperfsnmp?
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Brent Wiese Sent: Wednesday, February 21, 2007 10:43 PM To: 'General discussion of using zenoss system' Subject: RE: [zenoss-users] 95th% graph Still never creates a graph. Do I have to change something somewhere so it'll do the math? Heres a screenshot of the throughput setup of the device. Obviously, the custom box doesn't show all the lines, but they're in as below... Nothing in zenperfsnmp logs that would indicate anything. Some other log maybe? Brent > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Antonio Paneiro > Sent: Wednesday, February 21, 2007 4:04 AM > To: 'General discussion of using zenoss system' > Subject: RE: [zenoss-users] 95th% graph > > There's been a change in the names of the standard Zenoss data sources > since that post. > > Try the following instead: > > CDEF:ifInBits=ifInOctets_ifInOctets,8,* > CDEF:ifOutBits=ifOutOctets_ifOutOctets,8,* > > VDEF:in95=ifInBits,95,PERCENT > VDEF:out95=ifOutBits,95,PERCENT > > VDEF:inLast=ifInBits,LAST > VDEF:inAvg=ifInBits,AVERAGE > VDEF:inMax=ifInBits,MAXIMUM > > VDEF:outLast=ifOutBits,LAST > VDEF:outAvg=ifOutBits,AVERAGE > VDEF:outMax=ifOutBits,MAXIMUM > > AREA:ifInBits#00cc00:ifInBits > GPRINT:inLast:cur\:%0.2lf%Sbps > GPRINT:inAvg:avg\:%0.2lf%Sbps > GPRINT:inMax:max\:%0.2lf%Sbps \j > > LINE:ifOutBits#0000cc:ifOutBits > GPRINT:outLast:cur\:%0.2lf%Sbps > GPRINT:outAvg:avg\:%0.2lf%Sbps > GPRINT:outMax:max\:%0.2lf%Sbps \j > > COMMENT:\s > > COMMENT:95th %ile over current period\: \n HRULE:in95#00ff00:95th % In > GPRINT:in95:= \t %0.2lf%Sbps \n HRULE:out95#ff00ff:95th % Out > GPRINT:out95:= \t %0.2lf%Sbps\n > > Make sure you select these 2 data sources (on the same page) and unset > the 'Has summary' option. You should get a graph like the one > attached. > > antonio > > > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Brent Wiese > Sent: Tuesday, February 20, 2007 10:29 PM > To: 'General discussion of using zenoss system' > Subject: [zenoss-users] 95th% graph > > I combed the mail archives to find out if/how to graph the 95th% usage > of a router interface. > > I found a posting that contained code for the custom graph. > > In /devics/network/router/firewall/<<Devicename>>/os/eth1's > PerfConf, I did a copy local. Then, in the Throughput graph, I added > the following to the Custom text box (per the post I found): > > CDEF:ifInBits=ifInOctets,8,* > CDEF:ifOutBits=ifOutOctets,8,* > VDEF:in95=ifInBits,95,PERCENT > VDEF:out95=ifOutBits,95,PERCENT > VDEF:inLast=ifInBits,LAST > VDEF:inAvg=ifInBits,AVERAGE > VDEF:inMax=ifInBits,MAXIMUM > VDEF:outLast=ifOutBits,LAST > VDEF:outAvg=ifOutBits,AVERAGE > VDEF:outMax=ifOutBits,MAXIMUM > AREA:ifInBits#00cc00:ifInBits > GPRINT:inLast:\t cur\:%0.2lf%Sbps > GPRINT:inAvg:\t avg\:%0.2lf%Sbps > GPRINT:inMax:\t max\:%0.2lf%Sbps \n > LINE:ifOutBits#0000ff:ifOutBits > GPRINT:outLast:\t cur\:%0.2lf%Sbps > GPRINT:outAvg:\t avg\:%0.2lf%Sbps > GPRINT:outMax:\t max\:%0.2lf%Sbps \n > COMMENT:\s > COMMENT:95th %ile over current period\: \n HRULE:in95#00ff00:95th % In > GPRINT:in95:= \t %0.2lf%Sbps \n HRULE:out95#00ffff:95th % Out > GPRINT:out95:= \t %0.2lf%Sbps\n > > Now the graph doesn't show anymore. > > Did I put it in the wrong place? What did I do wrong? > > Thanks, > Brent > > > _______________________________________________ > zenoss-users mailing list > [email protected] > http://lists.zenoss.org/mailman/listinfo/zenoss-users > _______________________________________________ zenoss-users mailing list [email protected] http://lists.zenoss.org/mailman/listinfo/zenoss-users
