Clustered Data ONTAP: LIF Network Data Sent (Gbps) Monitor

DataONTAP.Cluster.LIF.NetworkDataSentMonitor (UnitMonitor)

The LIF Network Data Sent (Gbps) Monitor monitors the value of the LIF I/O counter collected by the Publish LIF Network Data Sent Performance to Data Warehouse Rule.

Knowledge Base article:

Summary

The LIF Network Data Sent (Gbps) Monitor monitors the value of the LIF I/O counter collected by the Publish LIF Network Data Sent Performance to Data Warehouse Rule:

Counter Name: LIF I/O

Instance Name: LIF Network Data Sent (Gbps)

Configuration

Two overrides are available for this monitor. Threshold and number of samples trigger an alert when the value of the performance counter is greater than the threshold for the specified number of consecutive samples. The alert is autoresolved when the underlying condition is resolved.

The default threshold is 1000 Kb/sec.

The default number of samples is 4.

Resolutions

Inspect the contents of the alert to determine its cause.

Element properties:

TargetDataONTAP.Cluster.LIF
Parent MonitorSystem.Health.PerformanceState
CategoryPerformanceHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityMatchMonitorHealth
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeDataONTAP.Cluster.MonitorType.ConsecutiveSamplesThreshold
RemotableTrue
AccessibilityPublic
Alert Message
Clustered Data ONTAP: LIF Network Data Sent Monitor
Network data sent rate {2} Gbps on LIF {0} exceeded configured threshold.
RunAsDefault

Source Code:

<UnitMonitor ID="DataONTAP.Cluster.LIF.NetworkDataSentMonitor" Accessibility="Public" Enabled="true" Target="DataONTAP.Cluster.LIF" ParentMonitorID="Health!System.Health.PerformanceState" Remotable="true" Priority="Normal" TypeID="DataONTAP.Cluster.MonitorType.ConsecutiveSamplesThreshold" ConfirmDelivery="true">
<Category>PerformanceHealth</Category>
<AlertSettings AlertMessage="DataONTAP.Cluster.LIF.NetworkDataSentMonitor.AlertMessage">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>MatchMonitorHealth</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Target/Property[Type="DataONTAP.Cluster.LIF"]/InterfaceName$</AlertParameter1>
<AlertParameter2>null</AlertParameter2>
<AlertParameter3>$Data/Context/DataItem/Property[@Name='SampleValue']$</AlertParameter3>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="ConditionTrue" MonitorTypeStateID="ConditionTrue" HealthState="Error"/>
<OperationalState ID="ConditionFalse" MonitorTypeStateID="ConditionFalse" HealthState="Success"/>
</OperationalStates>
<Configuration>
<ObjectID>$Target/Property[Type="DataONTAP.Cluster.LIF"]/UUID$</ObjectID>
<CounterName>LIF I/O</CounterName>
<ObjectName>Clustered Data ONTAP: LIF</ObjectName>
<InstanceName>LIF Network Data Sent (Gbps)</InstanceName>
<Threshold>5</Threshold>
<NumSamples>4</NumSamples>
<IntervalSeconds>3600</IntervalSeconds>
<SyncTime>00:28</SyncTime>
<TimeoutSeconds>300</TimeoutSeconds>
</Configuration>
</UnitMonitor>