Monitor Network Interface Health

AP.Isilon.Monitor.NetworkInterface.Health (UnitMonitor)

Monitors Network Interface Health via SNMP

Knowledge Base article:

Summary

Uses SNMP to get health state of Isilon Node Network Interface.

Health States

SNMP Information

SNMP OIDs Used;

Element properties:

TargetAP.Isilon.NetworkInterface
Parent MonitorSystem.Health.PerformanceState
CategoryPerformanceHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityMatchMonitorHealth
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeAP.Isilon.Monitor.NetworkInterface.Health.SNMP
RemotableTrue
AccessibilityPublic
Alert Message
Monitor Network Interface Health
{0} : {1} : {2} has change HealthState, please log into the Isilon Cluster to view more info.
{0}
{1}
{2}
RunAsDefault

Source Code:

<UnitMonitor ID="AP.Isilon.Monitor.NetworkInterface.Health" Accessibility="Public" Enabled="true" Target="AP.Isilon.NetworkInterface" ParentMonitorID="Health!System.Health.PerformanceState" Remotable="true" Priority="Normal" TypeID="AP.Isilon.Monitor.NetworkInterface.Health.SNMP" ConfirmDelivery="false">
<Category>PerformanceHealth</Category>
<AlertSettings AlertMessage="AP.Isilon.Monitor.NetworkInterface.Health.AlertMessage">
<AlertOnState>Warning</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>MatchMonitorHealth</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Target/Host/Host/Property[Type="AP.Isilon.Cluster"]/Name$</AlertParameter1>
<AlertParameter2>$Target/Host/Property[Type="AP.Isilon.Node"]/Name$</AlertParameter2>
<AlertParameter3>$Target/Property[Type="AP.Isilon.NetworkInterface"]/Name$</AlertParameter3>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="NetworkInterfaceUp" MonitorTypeStateID="NetworkInterfaceUp" HealthState="Success"/>
<OperationalState ID="NetworkInterfaceDormant" MonitorTypeStateID="NetworkInterfaceDormant" HealthState="Warning"/>
<OperationalState ID="NetworkInterfaceDown" MonitorTypeStateID="NetworkInterfaceDown" HealthState="Error"/>
</OperationalStates>
<Configuration>
<IntervalSeconds>600</IntervalSeconds>
<IP>$Target/Host/Property[Type="AP.Isilon.Node"]/IPAddress$</IP>
<NoOfRetries>3</NoOfRetries>
<Timeout>120</Timeout>
<Community>$Target/Host/Host/Property[Type="AP.Isilon.Cluster"]/Community$</Community>
</Configuration>
</UnitMonitor>