Class: IControl::LocalLB::MonitorStatus

Inherits:
Base::Enumeration
  • Object
show all
Defined in:
lib/icontrol/local_lb.rb,
lib/icontrol/local_lb.rb

Overview

A list of possible values for an object’s monitor status.

Constant Summary collapse

MONITOR_STATUS_UNCHECKED =

Status of an enabled object that is not being monitored.

:MONITOR_STATUS_UNCHECKED
MONITOR_STATUS_CHECKING =

Initial status of a object until its monitors report.

:MONITOR_STATUS_CHECKING
MONITOR_STATUS_UP =

Status of an enabled object when its monitors succeed.

:MONITOR_STATUS_UP
MONITOR_STATUS_DOWN =

Status of an enabled object when its monitors fail.

:MONITOR_STATUS_DOWN
MONITOR_STATUS_FORCED_DOWN =

Status of an object when it’s forced down manually.

:MONITOR_STATUS_FORCED_DOWN
MONITOR_STATUS_MAINT =

Status of an object when in maintenance mode.

:MONITOR_STATUS_MAINT
MONITOR_STATUS_ADDRESS_DOWN =

Status of an object whose node address monitor fails.

:MONITOR_STATUS_ADDRESS_DOWN
MONITOR_STATUS_DOWN_BY_IRULE =

Status of an object which has been marked down by an iRule.

:MONITOR_STATUS_DOWN_BY_IRULE
MONITOR_STATUS_DOWN_WAIT_FOR_MANUAL_RESUME =

Status of an object which has been marked down, and should be manually marked up.

:MONITOR_STATUS_DOWN_WAIT_FOR_MANUAL_RESUME