Hi All,
Has anyone successfully configured the EP Ops agent to monitor the Apache server-status URL?
When using Hyperic, it was possible to configure monitoring via 127.0.0.1/server-status. However, I've been unable to identify what hostname to configure in the Remote-Checks URL monitoring of vROps
I have essentially followed this guide:
But the hostname field is where I'm struggling. (I've tried many variants such as http://127.0.0.1/server-status, localhost etc).
Apache httpd.conf configuration hasn't changed and is as follows:
ExtendedStatus On
<Location /server-status>
SetHandler server-status
Order Deny,Allow
Deny from all
Allow from 127.0.0.1
</Location>
Thanks in advance