Is this parameter the actual service name of the Apache process, like httpd.service, or am I barking up the wrong tree? Right now it is blank in the template.
Ad Widget
Collapse
Apache - {$APACHE.PROCESS.NAME.PARAMETER}
Collapse
X
-
https://www.zabbix.com/integrations/apache{$APACHE.PROCESS.NAME.PARAMETER} The process name of the Apache web server used in the item key proc.get. It could be specified if the correct process name is known. https://www.zabbix.com/documentation/6.4/en/manual/appendix/items/proc_get?hl=proc.getApache: Get processes summary The aggregated data of summary metrics for all processes. Zabbix agent proc.get[{$APACHE.PROCESS.NAME.PARAMETER},,,summary]
If you set it to "httpd" (I think), it will display summary data for that process only, otherwise for all processes. I think there might be differences between distros, some use httpd, some apache2 as process name ...
Comment