Hi I'm trying to build a OS process regex that will match:
lighttpd httpd /usr/sbin/httpd and a few others, but basically I don't want it to match ie. less httpd.conf So my regex has been built to: httpd$, and with ignore-parameters=true But apparently this fails, because after I remodel a server, the lighttpd process disappears. I have tried to do a snmpwalk of the server, grepping for httpd, and this is what it produces: HOST-RESOURCES-MIB::hrSWRunName.733 = STRING: "lighttpd" HOST-RESOURCES-MIB::hrSWRunPath.733 = STRING: "lighttpd" HOST-RESOURCES-MIB::hrSWRunParameters.733 = STRING: "-f /usr/local/etc/lighttpd.conf" HOST-RESOURCES-MIB::hrSWInstalledName.26 = STRING: "lighttpd-1.4.19_2" So why won't my regex work? How exactly does zenoss perform its regex'ing on process monitoring? Hope that somebody can give me the answers, as we frequently run into problems with wrongly matched processes on some of our servers. Running Zenoss 2.3.2 on Debian. Thomas -------------------- m2f -------------------- Read this topic online here: http://forums.zenoss.com/viewtopic.php?p=30630#30630 -------------------- m2f -------------------- _______________________________________________ zenoss-users mailing list [email protected] http://lists.zenoss.org/mailman/listinfo/zenoss-users
