No, that looks fine, datasource can be named differently. Your script output might not be quite right though, it needs to be in nagios plugin format: http://nagiosplug.sourceforge.net/developer-guidelines.html#PLUGOUTPUT
something like: "CHECK_CPUTEMP OK BLAH BLAH|cpu1=27.00 cpu2=34.78 cpu3=34.34" if the script is compiled and you cant easily change its output you could always pipe the output into sed and edit the stream. Get rid of the "C" and add the OK command at the beginning... The C is probably throughing off RRD, it cant graph a string, needs to be numeric -------------------- m2f -------------------- Read this topic online here: http://forums.zenoss.com/viewtopic.php?p=29774#29774 -------------------- m2f -------------------- _______________________________________________ zenoss-users mailing list [email protected] http://lists.zenoss.org/mailman/listinfo/zenoss-users
