Hello, I'm new to Zabbix and we're using an old version (5.9) unfortunately, so it's quite complicated for me to find some help/example for my problem. And i've got to do it without the help of plugins and so on.
I want to monitor for instance HTTPD processes; but only when http server is installed. I've got a trigger with should give a high alert with a problem expression like this:
{check_webservers
roc.num[httpd].last()}<1 and {check_webservers:system.sw.packages["httpd",rpm].str(http)}=1
So on a RHEL webserver it will report a high alert when httpd is down. But on a ubuntu apacheserver it won't alert anything.
Thanks in advance,
Vincent
I want to monitor for instance HTTPD processes; but only when http server is installed. I've got a trigger with should give a high alert with a problem expression like this:
{check_webservers
roc.num[httpd].last()}<1 and {check_webservers:system.sw.packages["httpd",rpm].str(http)}=1So on a RHEL webserver it will report a high alert when httpd is down. But on a ubuntu apacheserver it won't alert anything.
Thanks in advance,
Vincent
Comment