Please find the o/p's
httpd -M | grep -i status
status_module (shared)
httpd -v
Server version: Apache/2.2.26 (Unix)
Server built: Feb 27 2014 00:22:22
Search found 2 matches
- Fri Apr 18, 2014 4:27 am
- Forum: Open Source Nagios Projects
- Topic: check_apache not working and returning HTTP
- Replies: 3
- Views: 1975
- Thu Apr 17, 2014 5:58 am
- Forum: Open Source Nagios Projects
- Topic: check_apache not working and returning HTTP
- Replies: 3
- Views: 1975
check_apache not working and returning HTTP
I am trying to use check_apache for monitoring the apache specifics. I am testing it on 2 different servers and both have mod_status loaded and Extended On para is added. Reference I used - https://github.com/danndalf/check_apache On the Nagios server where we use the script to poll the apache serve...