Monitor TrafficGroup Status

AP.F5.LTM.Monitor.TrafficGroup.Status (UnitMonitor)

Monitors TrafficGroup Status via SNMP

Knowledge Base article:

Summary

Monitors F5 Traffic Group Status, Uses a Powershell Script and SNMP to collect Traffic Group Status, Supports Cookdown!

Thresholds

SNMP Information

SNMP OIDs Used;

Element properties:

TargetAP.F5.LTM.TrafficGroup
Parent MonitorSystem.Health.AvailabilityState
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityMatchMonitorHealth
Alert PriorityLow
Alert Auto ResolveTrue
Monitor TypeAP.F5.LTM.DataSource.Monitor.TrafficGroup.Status
RemotableTrue
AccessibilityPublic
Alert Message
F5 Traffic Group State Change Alert
Traffic Group : {0}

Has changed Enabled State to {1} ( unknown=0, offline=1, forcedOffline=2, standby=3, active=4 )
RunAsDefault

Source Code:

<UnitMonitor ID="AP.F5.LTM.Monitor.TrafficGroup.Status" Accessibility="Public" Enabled="true" Target="AP.F5.LTM.TrafficGroup" ParentMonitorID="Health!System.Health.AvailabilityState" Remotable="true" Priority="Normal" TypeID="AP.F5.LTM.DataSource.Monitor.TrafficGroup.Status" ConfirmDelivery="false">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="AP.F5.LTM.Monitor.TrafficGroup.Status.AlertMessage">
<AlertOnState>Warning</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Low</AlertPriority>
<AlertSeverity>MatchMonitorHealth</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Target/Property[Type="AP.F5.LTM.TrafficGroup"]/Name$</AlertParameter1>
<AlertParameter2>$Data/Context/Property[@Name='Value']$</AlertParameter2>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="TrafficGroupActive" MonitorTypeStateID="TrafficGroupActive" HealthState="Success"/>
<OperationalState ID="TrafficGroupOffline" MonitorTypeStateID="TrafficGroupOffline" HealthState="Error"/>
<OperationalState ID="TrafficGroupStandby" MonitorTypeStateID="TrafficGroupStandby" HealthState="Warning"/>
</OperationalStates>
<Configuration>
<IntervalSeconds>600</IntervalSeconds>
<Debug>false</Debug>
</Configuration>
</UnitMonitor>