Service Group Member Current Connection

A10.Monitor.SGMemberCurConns (UnitMonitor)

Description for the new unit monitor.

Element properties:

TargetA10.ServiceGroupMember
Parent MonitorSystem.Health.PerformanceState
CategoryPerformanceHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveFalse
Monitor TypeA10.MonitorType.Threshold
RemotableTrue
AccessibilityInternal
Alert Message
Service Group Member Current Connection
RunAsDefault

Source Code:

<UnitMonitor ID="A10.Monitor.SGMemberCurConns" Accessibility="Internal" Enabled="true" Target="A10.ServiceGroupMember" ParentMonitorID="Health!System.Health.PerformanceState" Remotable="true" Priority="Normal" TypeID="A10.MonitorType.Threshold" ConfirmDelivery="false">
<Category>PerformanceHealth</Category>
<AlertSettings AlertMessage="A10.Monitor.SGMemberCurConns.AlertMessage">
<AlertOnState>Warning</AlertOnState>
<AutoResolve>false</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
</AlertSettings>
<OperationalStates>
<OperationalState ID="ThresholdOK" MonitorTypeStateID="ThresholdOK" HealthState="Success"/>
<OperationalState ID="ThresholdError" MonitorTypeStateID="ThresholdError" HealthState="Warning"/>
</OperationalStates>
<Configuration>
<Interval>30</Interval>
<IPAddress>$Target/Host/Host/Host/Host/Host/Property[Type="SNL!System.NetworkManagement.Node"]/SNMPAddress$</IPAddress>
<Community>$RunAs[Name="SNL!System.NetworkManagement.Snmp.MonitoringAccount"]/CommunityString$</Community>
<SnmpVersion>2</SnmpVersion>
<PreProbeFilter>
<RegExExpression>
<ValueExpression>
<Value Type="String">$Target/Property[Type="A10.ServiceGroupMember"]/Index$</Value>
</ValueExpression>
<Operator>MatchesRegularExpression</Operator>
<Pattern>[0-9]</Pattern>
</RegExExpression>
</PreProbeFilter>
<OID>.1.3.6.1.4.1.22610.2.4.3.3.4.1.1.11.$Target/Property[Type="A10.ServiceGroupMember"]/Index$</OID>
<Threshold>1000</Threshold>
</Configuration>
</UnitMonitor>