Greetings... You've mentioned that you're looking for an RPN expression, presumably to try to transform your data into more reasonable ranges for your graph.
There are a couple of things to look at that would be most helpful: RRDTOOL DUMP It wouldn't hurt to see exactly what is inside your RRD file. Try Code: rrdtool dump YourRrdFileName.rrd > /tmp/YourRrdFileName.txt from inside the zenoss/perf/Devices/YourDevice directory. Look at the first 20 lines or so with your favorite text editor (you might post for us to check) -- of most interest are <type>, where this should be GAUGE or COUNTER for most things (and usually COUNTER for network interface stats), <last_ds> would be the last recorded datapoint, and <value> is the actual number that came from SNMP. Do either the <last_ds> or the <value> match up to what you'd see when you run a SNMPGET from the command line? Template Graph Commands If you've already tried some RPN on your data, posting a copy of the output from the "Graph Commands" tab of your graph template page would be useful (at least we could check your syntax) ...with those inputs we have a decent shot at telling you what's wrong. --Jay -------------------- m2f -------------------- Read this topic online here: http://forums.zenoss.com/viewtopic.php?p=38070#38070 -------------------- m2f -------------------- _______________________________________________ zenoss-users mailing list [email protected] http://lists.zenoss.org/mailman/listinfo/zenoss-users
