Changes between Version 13 and Version 14 of HealthMonitoring


Ignore:
Timestamp:
Mar 31, 2012, 11:03:30 AM (12 years ago)
Author:
jesseeichar
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HealthMonitoring

    v13 v14  
    4848 - Database Health Monitor - checks that the database is accessible
    4949 - Index Health Monitor - checks that the Lucene index is searchable
     50 - CSW GetRecords Health Monitor - Checks that GetRecords does not return an error for a basic hits search
     51 - CSW GetCapabilities Health Monitor - Checks that the GetCapabilities is returned and is not an error document
    5052 - Database Access timer - Time taken to access a DBMS instance.  This gives and idea of the level of contention over the database connections
     53 - Database Connection Counter - Counts the number of open Database connections
    5154 - Log4j integration - monitors the frequency that logs are made for each log level so (for example) the rate that error are logged can be monitored.  See http://metrics.codahale.com/manual/log4j
    5255 - Webapp integration - monitors number of active requests, error codes returned and length of time requests take. See http://metrics.codahale.com/manual/webapps/