Pool Enabled State

AP.F5.LTM.Monitor.Pool.EnabledState (UnitMonitor)

Monitors Pool Enabled State via SNMP and Powershell

Knowledge Base article:

Summary

Monitors F5 Pool Enabled State, Uses a Powershell Script and SNMP to collect all Pool Enabled States for a SyncFailoverGroup, Supports Cookdown!

Thresholds

SNMP Information

SNMP OIDs Used;

Element properties:

TargetAP.F5.LTM.Pool
Parent MonitorSystem.Health.AvailabilityState
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityMatchMonitorHealth
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeAP.F5.LTM.Monitor.PoolEnabledState.Powershell
RemotableTrue
AccessibilityPublic
Alert Message
F5 Pool Enabled State Change Alert
Pool : {0}
Sync-Failover Group : {1}

Has changed Enabled State to {2} (0=Error, 1=Enabled, 2=Disabled, 3=Disabled by Parent)

Given Reason is : {2}
RunAsDefault

Source Code:

<UnitMonitor ID="AP.F5.LTM.Monitor.Pool.EnabledState" Accessibility="Public" Enabled="true" Target="AP.F5.LTM.Pool" ParentMonitorID="Health!System.Health.AvailabilityState" Remotable="true" Priority="Normal" TypeID="AP.F5.LTM.Monitor.PoolEnabledState.Powershell" ConfirmDelivery="false">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="AP.F5.LTM.Monitor.Pool.EnabledState.AlertMessage">
<AlertOnState>Warning</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>MatchMonitorHealth</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Target/Property[Type="AP.F5.LTM.Pool"]/Name$</AlertParameter1>
<AlertParameter2>$Target/Host/Host/Property[Type="AP.F5.LTM.SyncFailoverGroup"]/Name$</AlertParameter2>
<AlertParameter3>$Data/Context/Property[@Name='EnabledState']$</AlertParameter3>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="PoolEnabled" MonitorTypeStateID="PoolEnabled" HealthState="Success"/>
<OperationalState ID="PoolDisabled" MonitorTypeStateID="PoolDisabled" HealthState="Warning"/>
</OperationalStates>
<Configuration>
<IntervalSeconds>600</IntervalSeconds>
<SyncTime>00:02</SyncTime>
<Debug>false</Debug>
<DeviceAddresses>$Target/Host/Host/Property[Type="AP.F5.LTM.SyncFailoverGroup"]/Addresses$</DeviceAddresses>
<DevicePorts>$Target/Host/Host/Property[Type="AP.F5.LTM.SyncFailoverGroup"]/Ports$</DevicePorts>
<DeviceCommunities>$Target/Host/Host/Property[Type="AP.F5.LTM.SyncFailoverGroup"]/Communities$</DeviceCommunities>
<PoolName>$Target/Property[Type="AP.F5.LTM.Pool"]/FullName$</PoolName>
</Configuration>
</UnitMonitor>