> Strange... I've just started a new 1.1.1 VM image, added a > windows server, perf local copy, changed the troughput graph > to add the custom data, and they come up nicely after > restarting zenperfsnmp...
Figured it out! It was a CRLF issue before the first HRULE. Heres the code as I ended up using (between the dashes): ----- 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 ----- _______________________________________________ zenoss-users mailing list [email protected] http://lists.zenoss.org/mailman/listinfo/zenoss-users
