Hello, all is well with our new Zabbix install, thanks for the support. One question, why do we this this trigger as TRUE:
When, in fact Apache is running very well?
Perhaps the zabbix agent looks for the string "httpd" and not "apache2" ?
If so, how do the update this?
Thanks!
Code:
Apache is not running on www.server.com
{www.server.com:proc.num[httpd].last(0)}<1
Code:
root@www:~# ps aux | grep httpd root 16885 0.0 0.0 5164 848 pts/0 S+ 13:27 0:00 grep httpd root@www:~# ps aux | grep apache www-data 2694 0.4 0.1 350492 32468 ? S 08:49 1:10 /usr/sbin/apache2 -k start www-data 2768 0.5 0.1 352964 29944 ? S 12:03 0:25 /usr/sbin/apache2 -k start www-data 3022 0.4 0.1 350152 30016 ? S 08:51 1:07 /usr/sbin/apache2 -k start www-data 3340 0.4 0.2 352792 33480 ? S 08:52 1:13 /usr/sbin/apache2 -k start
If so, how do the update this?
Thanks!



Comment