Changes between Version 25 and Version 26 of HealthMonitoring
- Timestamp:
- 04/12/12 06:23:03 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HealthMonitoring
v25 v26 40 40 - /monitor/threads - returns a text representation of the stack dump at the moment of the call 41 41 - /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 abo ce.42 - /monitor - provide links to pages listed above. 43 43 44 44 A 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. … … 51 51 - Database Health Monitor - checks that the database is accessible 52 52 - 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) 53 54 - CSW !GetRecords Health Monitor - Checks that GetRecords does not return an error for a basic hits search 54 55 - CSW !GetCapabilities Health Monitor - Checks that the GetCapabilities is returned and is not an error document