Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Corrected links that should have been relative instead of absolute.

Monitoring the Thalia production environment with nagios

With check_http:

To see if the entire stack including the F5 is functional:

fetch http://hst.thalia.mit.edu/librariesImage Removed
assertion: HTTP OK and result contains "<library-list>"

To see if the -5 IME is functional:

fetch http://hst.isda-thalia5.mit.edu/librariesImage Removed
assertion: HTTP OK and result contains "<library-list>Unknown Domain"

To see if the -8 IME is functional:

fetch http://hst.isda-thalia8.mit.edu/librariesImage Removed
assertion: HTTP OK and result contains "<library-list>Unknown Domain"

To see if the Alfresco application is running:

fetch http://isda-thalia6.mit.edu:8080/alfresco/faces/jsp/dashboards/container.jspImage Removed
assertion: HTTP OK and result contains "My Tasks To Do"

...