Hello,
I am pretty new to Zabbix and still trying to figure out our setup.
I managed to check for SMTP and SSH service using the agent - that was pretty straight-forward. But now I want to check for http and https which only listens to a second IP on te same physical server.
After looking through the manual I came up with these two options:
Using the agent: check_service[http,83.220.131.80,80]
Using simple check: http,83.220.131.80
Both of the above checks always return 0 even though the webserver is running perfectly.
Any ideas what I am doing wrong? Thanks in advance...
btw: we are using Zabbix 1.0 on a suse linux 9.3 system; client is installed on a suse linux 10 with apache2 to be checked...
I am pretty new to Zabbix and still trying to figure out our setup.
I managed to check for SMTP and SSH service using the agent - that was pretty straight-forward. But now I want to check for http and https which only listens to a second IP on te same physical server.
After looking through the manual I came up with these two options:
Using the agent: check_service[http,83.220.131.80,80]
Using simple check: http,83.220.131.80
Both of the above checks always return 0 even though the webserver is running perfectly.
Any ideas what I am doing wrong? Thanks in advance...
btw: we are using Zabbix 1.0 on a suse linux 9.3 system; client is installed on a suse linux 10 with apache2 to be checked...
Comment