Verify the Installation

  1. Verify that the machine with the environment you want to monitor is communicating with the Variable Store (Storage Server):
    curl -I http://<STORAGE_IP>:8080/storage/v1/diag/ping
    The expected output is:
HTTP/1.1 200 OK
Date: Wed, 08 Nov 2017 22:19:15 GMT
Content-Type: text/plain
Content-Length: 0
  1. Check that the web application is communicating with the Variable Store: from the browser, go to: http://<STORAGE_IP>:8080/storage/v1/diag/ping
    An OK message is displayed.

🚧

If you encounter an ‘Unable to access the OverOps storage server’ message on the OverOps Dashboard, despite working communicating to the Storage Server via cURL or URL, it may be due to an enabled AdBlock extension. In this case, a ‘net::ERR_BLOCKED_BY_CLIENT’ error message is displayed in the browser network console.