The ApacheMonitor ZenPack comes with a process check: /Process/Apache/httpd. Its regex is ^.*\/*httpd which doesn't work well in our situation.
We see two solutions: 1. Change the regex to what we want it to be. The problem with this solution is that upgrading the Zenoss Core ZenPacks overwrites this modification. 2. Make sure monitoring is disabled for the ApacheMonitor process check and add another process check, say /Process/Apache/httpd-fixed, with the correct regex and enable monitoring for this check. We'd like to go with solution 2, but we noticed that our httpd-fixed process check won't work (0 monitored instances) unless we delete the process check that comes with ApacheMonitor. So, we're back to the problem where we need to take additional action when installing an updated version of the core ZenPacks, which we wanted to avoid. Does it somehow make sense that our regex check doesn't work unless we delete the default one? If so, why? -------------------- m2f -------------------- Read this topic online here: http://forums.zenoss.com/viewtopic.php?p=34621#34621 -------------------- m2f -------------------- _______________________________________________ zenoss-users mailing list [email protected] http://lists.zenoss.org/mailman/listinfo/zenoss-users
