I am working on a new deployment of Zabbix on Centos 6.6. I have a number of zabbix_agent checks working on various hosts. This install is using the Centos packages from the Zabbix download area: 2.4.4.
I want to setup a web scenario to check a few of my primary websites to make sure they are accessble. These websites are running on Apache on one of the hosts I already have setup for monitoring. So, I created a web scenario on one of these hosts to check my primary website. However, the check never runs. I'm not seeing anything in the log files.
I installed curl and libcurl on the my Centos 6 Zabbix box and I can access the url in question using curl from the console.
I created one step in the web scenario with the URL set to http://primary_web_url. I didn't input any variables, post, nor headers. I set status code to 200.
Is there a way to test this?
I want to setup a web scenario to check a few of my primary websites to make sure they are accessble. These websites are running on Apache on one of the hosts I already have setup for monitoring. So, I created a web scenario on one of these hosts to check my primary website. However, the check never runs. I'm not seeing anything in the log files.
I installed curl and libcurl on the my Centos 6 Zabbix box and I can access the url in question using curl from the console.
I created one step in the web scenario with the URL set to http://primary_web_url. I didn't input any variables, post, nor headers. I set status code to 200.
Is there a way to test this?
Comment