mdepriest wrote: > I had a similar problem to yours. What was suggested to me was to use a > "Nagios-style" plugin. > > Basically if you can script the test you want so that it returns a set of > item=value pairs, you can create a graph that plots the values. The > instructions for that, once you have a working Nagios style plugin, are > located at: > > http://www.zenoss.com/community/docs/howtos/create-modify-nagios-templates > > What constitutes a working plugin? If you look at the first example in the > above link you'll see a line that looks like: > > > Code: > HTTP OK HTTP/1.0 200 OK - 0.723 second response > time|time=0.722758s;;;0.000000 size=7932B;;;0 > > > > > You can decode the string according to the Nagios guidlines > > http://nagiosplug.sourceforge.net/developer-guidelines.html > > with special attention to section 2. > > Hope this helps
That sounds like what I need, I'll dig around and see what I come up with, Thanks! -------------------- m2f -------------------- Read this topic online here: http://forums.zenoss.com/viewtopic.php?p=28485#28485 -------------------- m2f -------------------- _______________________________________________ zenoss-users mailing list [email protected] http://lists.zenoss.org/mailman/listinfo/zenoss-users
