Ravi_75522
Jan 24, 2012Nimbostratus
How to define a health monitor to check the status of state and disable it
Hello Team,
We are currently using 10.2.2 version and the there is a requirement to have a compound monitor.
first monitor 1) healthCheckAlive.html - returns the string "Alive" this monitor checks for the status code "Alive" and marks the node available. This should be done every 90 secs
Second Monitor 2) healthCheckStatus.html Returns 2 states: "Available" - allowing new sessions and existing sessions "MaxCapacity" - only allow existing sessions. This will return if the JVM reaches a certain % used. The % used should be a configurable value. Default 80%
Upon seeing the message "MaxCapacity" the node should be disabled so that the no new sessions are processed and the existing sessions are handled.
How do I configure this compund monitor