Hi. incase you are busy, you can combine health monitors and timers for each using a Compound Monitor. see command syntax below. (this was taken from the ACOS 5.20 SLB.pdf user guide.
Configuring Compound Health Monitors – Timeout (CLI Example)
For a compound health check configured as follows:
ACOS(config)# health monitor monitor1
ACOS(config-health:monitor)# interval 3 timeout 3
ACOS(config-health:monitor)# retry 2
ACOS(config-health:monitor)# method tcp port 80
ACOS(config-health:monitor)# exit
ACOS(config)# health monitor monitor2
ACOS(config-health:monitor)# interval 5 timeout 5
ACOS(config-health:monitor)# retry 1
ACOS(config-health:monitor)# method tcp port 8080
ACOS(config-health:monitor)# exit
ACOS(config)# health monitor compound-monitor
ACOS(config-health:monitor)# interval 6 timeout 6
ACOS(config-health:monitor)# retry 3
ACOS(config-health-monitor)# method compound sub monitor1 sub monitor2 and
GUI details below.
