F5 Device Processor Status

AP.F5.SNMP.ProcessorUsage.Monitor (UnitMonitorType)

Monitors F5 Device Processor Usage as a Percentage

Element properties:

RunAsDefault
AccessibilityPublic
Support Monitor RecalculateFalse

Member Modules:

ID Module Type TypeId RunAs 
SnmpDataSource DataSource System.NetworkManagement.SnmpDataSource Default
ProcessorCriticalFilterCondition ConditionDetection System.ExpressionFilter Default
ProcessorHealthyFilterCondition ConditionDetection System.ExpressionFilter Default
ProcessorWarningFilterCondition ConditionDetection System.ExpressionFilter Default

Overrideable Parameters:

IDParameterTypeSelectorDisplay NameDescription
IntervalSecondsint$Config/IntervalSeconds$Interval SecondsFrequency in seconds that module is run.
NoOfRetriesint$Config/NoOfRetries$Number of RetriesNumber of times that the request should be retried if the first request fails.
Timeoutint$Config/Timeout$TimeoutSeconds that the request must be complete before it is terminated.
Portint$Config/Port$SNMP PortSNMP Port of Device
WarningUsageint$Config/WarningUsage$Warning UsageThe Lower Threshold for Processor Usage
CriticalUsageint$Config/CriticalUsage$Critical UsageThe Upper Threshold for Processor Usage

Source Code:

<UnitMonitorType ID="AP.F5.SNMP.ProcessorUsage.Monitor" Accessibility="Public">
<MonitorTypeStates>
<MonitorTypeState ID="ProcessorHealthy" NoDetection="false"/>
<MonitorTypeState ID="ProcessorWarning" NoDetection="false"/>
<MonitorTypeState ID="ProcessorCritical" NoDetection="false"/>
</MonitorTypeStates>
<Configuration>
<IncludeSchemaTypes>
<SchemaType>System!System.ExpressionEvaluatorSchema</SchemaType>
<SchemaType>SNMP!System.SnmpVarBindsSchema</SchemaType>
</IncludeSchemaTypes>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="IntervalSeconds" type="xsd:integer"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="IP" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="0" maxOccurs="1" name="Version" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="NoOfRetries" type="xsd:unsignedInt" default="3"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="Timeout " type="xsd:unsignedInt" default="500"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="CommunityString" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="Port" type="xsd:unsignedInt" default="161"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="WarningUsage" type="xsd:unsignedInt" default="161"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="CriticalUsage" type="xsd:unsignedInt" default="161"/>
</Configuration>
<OverrideableParameters>
<OverrideableParameter ID="IntervalSeconds" Selector="$Config/IntervalSeconds$" ParameterType="int"/>
<OverrideableParameter ID="NoOfRetries" Selector="$Config/NoOfRetries$" ParameterType="int"/>
<OverrideableParameter ID="Timeout" Selector="$Config/Timeout$" ParameterType="int"/>
<OverrideableParameter ID="Port" Selector="$Config/Port$" ParameterType="int"/>
<OverrideableParameter ID="WarningUsage" Selector="$Config/WarningUsage$" ParameterType="int"/>
<OverrideableParameter ID="CriticalUsage" Selector="$Config/CriticalUsage$" ParameterType="int"/>
</OverrideableParameters>
<MonitorImplementation>
<MemberModules>
<DataSource ID="SnmpDataSource" TypeID="SNL!System.NetworkManagement.SnmpDataSource">
<Scheduler>
<SimpleReccuringSchedule>
<Interval Unit="Seconds">$Config/IntervalSeconds$</Interval>
</SimpleReccuringSchedule>
<ExcludeDates/>
</Scheduler>
<NoOfRetries>$Config/NoOfRetries$</NoOfRetries>
<Timeout>$Config/Timeout$</Timeout>
<Port>$Config/Port$</Port>
<IP>$Config/IP$</IP>
<CommunityString>$Config/CommunityString$</CommunityString>
<Version>$Config/Version$</Version>
<SnmpVarBinds>
<SnmpVarBind>
<!--bigipTrafficMgmt.bigipSystem.sysHostInfoStat.sysMultiHostCpu.sysMultiHostCpuTable.sysMultiHostCpuEntry.sysMultiHostCpuUsageRatio5m-->
<OID>.1.3.6.1.4.1.3375.2.1.7.5.2.1.35$Target/Property[Type="AP.F5.Device.Processor"]/Index$</OID>
<Syntax>0</Syntax>
<Value VariantType="8"/>
</SnmpVarBind>
</SnmpVarBinds>
</DataSource>
<ConditionDetection ID="ProcessorHealthyFilterCondition" TypeID="System!System.ExpressionFilter">
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="Integer">SnmpVarBinds/SnmpVarBind[1]/Value</XPathQuery>
</ValueExpression>
<Operator>Less</Operator>
<ValueExpression>
<Value Type="Integer">$Config/WarningUsage$</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</ConditionDetection>
<ConditionDetection ID="ProcessorWarningFilterCondition" TypeID="System!System.ExpressionFilter">
<Expression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="Integer">SnmpVarBinds/SnmpVarBind[1]/Value</XPathQuery>
</ValueExpression>
<Operator>GreaterEqual</Operator>
<ValueExpression>
<Value Type="Integer">$Config/WarningUsage$</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="Integer">SnmpVarBinds/SnmpVarBind[1]/Value</XPathQuery>
</ValueExpression>
<Operator>LessEqual</Operator>
<ValueExpression>
<Value Type="Integer">$Config/CriticalUsage$</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</Expression>
</ConditionDetection>
<ConditionDetection ID="ProcessorCriticalFilterCondition" TypeID="System!System.ExpressionFilter">
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="Integer">SnmpVarBinds/SnmpVarBind[1]/Value</XPathQuery>
</ValueExpression>
<Operator>Greater</Operator>
<ValueExpression>
<Value Type="Integer">$Config/CriticalUsage$</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</ConditionDetection>
</MemberModules>
<RegularDetections>
<RegularDetection MonitorTypeStateID="ProcessorHealthy">
<Node ID="ProcessorHealthyFilterCondition">
<Node ID="SnmpDataSource"/>
</Node>
</RegularDetection>
<RegularDetection MonitorTypeStateID="ProcessorWarning">
<Node ID="ProcessorWarningFilterCondition">
<Node ID="SnmpDataSource"/>
</Node>
</RegularDetection>
<RegularDetection MonitorTypeStateID="ProcessorCritical">
<Node ID="ProcessorCriticalFilterCondition">
<Node ID="SnmpDataSource"/>
</Node>
</RegularDetection>
</RegularDetections>
</MonitorImplementation>
</UnitMonitorType>