I'm fairly new to Zenoss but I had some success creating some custom graphs yesterday.
You can navigate to where the RRD files are stored: $ZENHOME/perf/Devices/<devicename> and use RRDTOOL INFO <filename> to view the data that is being collected. Check to be sure that the collector is placing the right value into the RRD file and if it is, then you know the problem is somewhere with the graph definition. If it is outputting the 6.8 million still you may want to use snmpwalk on the OID to be sure you're pulling down the correct data. If the data your pulling down needs to be transformed you can do simple +,-,*,/ with RPN to get it to the correct value. Duncan -------------------- m2f -------------------- Read this topic online here: http://community.zenoss.com/forums/viewtopic.php?p=15747#15747 -------------------- m2f -------------------- _______________________________________________ zenoss-users mailing list [email protected] http://lists.zenoss.org/mailman/listinfo/zenoss-users
