-
Problem report
-
Resolution: Won't fix
-
Trivial
-
None
-
6.4.4
-
None
-
OS: Alma Linux 8
Zabbix Server and Agent2: 6.4.4-release1.el8
Apache by Zabbix agent template: 6.4-0
Nginx by Zabbix agent template: 6.4-0
We've recently had some false positives where our monitoring alerted us that Apache or nginx were down when they were in fact running and working as expected.
Further investigation showed that Zabbix incorrectly discovered auxiliary processes named "nginx_control" or "libapache2-mod-" and was alerting because these were not running. (see screenshots)
Suggested fix:
- change {$APACHE.PROCESS_NAME} to ^(httpd|apache2)$
- change {$NGINX.PROCESS_NAME} to ^nginx$