Changes between Version 25 and Version 26 of HealthMonitoring


Ignore:
Timestamp:
Apr 12, 2012, 6:23:03 AM (12 years ago)
Author:
jesseeichar
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HealthMonitoring

    v25 v26  
    4040  - /monitor/threads - returns a text representation of the stack dump at the moment of the call
    4141  - /monitor/healthcheck - returns 200 if all checks pass or 500 Internal Service Error if one fails (and human readable response of the failures)
    42   - /monitor - provide links to pages listed aboce.
     42  - /monitor - provide links to pages listed above.
    4343
    4444A link will be made from the Admin/config.info page will be made to these servlets so a administrator can easily access this data.  In a future implementation we can possible add a more attractive UI for viewing the information.
     
    5151 - Database Health Monitor - checks that the database is accessible
    5252 - Index Health Monitor - checks that the Lucene index is searchable
     53 - Index Error Healther Monitor - checks that there are no index errors in index (documents with _indexError field == 1)
    5354 - CSW !GetRecords Health Monitor - Checks that GetRecords does not return an error for a basic hits search
    5455 - CSW !GetCapabilities Health Monitor - Checks that the GetCapabilities is returned and is not an error document