Hello Everybody, I'm currently using a Nagios plugin called check_memcache to monitor the memory utlization of my memcache server. I'm currently setting this in Zenoss as a COMMAND template. What this does is, it will run a command something similar to:
check_memcached -H www.example.com --size-warning 90 --size-critical 95 The output will be similar to: MEMCACHED OK - OK, Size checked; OK - at www.example.com:11211 | size=0.00[%];90;95 So basically what it does is, it will check the memcache server and return a warning if the memory utilization is 90 and a critical alert if the memory utilization is 95%. As you can tell from the example, the size=0.00% is not being utilized at all. What I want to do is graph this data everytime zenoss runs or polls the memcache server. Does anybody have an idea how to do that? I just need it to collect the size= variable and put it into a performance graph. I understand it has to do with adding data sources and graph points but I've tried and have not been able to figure this out. Any help would greatly be appreciated. Thanks. -------------------- m2f -------------------- Read this topic online here: http://community.zenoss.com/forums/viewtopic.php?p=22937#22937 -------------------- m2f -------------------- _______________________________________________ zenoss-users mailing list [email protected] http://lists.zenoss.org/mailman/listinfo/zenoss-users
