APC EMU Hardware Status Monitor

SCUtils.APC.EMU.Monitor.EMUHardwareStatus (UnitMonitor)


The status of the EMS hardware. This integer should be interpreted as a bit map, with each bit representing the presence or absence of a specific hardware error condition.
0 indicates there are no error conditions detected in the EMS hardware.
1 indicates a Current Limit error condition related to the Alink port.
2 indicates incorrect hardware is plugged into an EMS port.
3 indicates that both of these error conditions are present.

Element properties:

TargetSCUtils.APC.EMUSystem
Parent MonitorSystem.Health.AvailabilityState
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityWarning
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeSCUtils.APC.UPS.MonitorType.StatusProbe
RemotableTrue
AccessibilityPublic
Alert Message
APC EMU Hardware Status Monitor

Name: {0}
Location: {1}
Primary Owner: {2}
IP : {3}
Value : {4}

The status of the EMS hardware. This integer should be interpreted as a bit map, with each bit representing the presence or absence of a specific hardware error condition.
0 indicates there are no error conditions detected in the EMS hardware.
1 indicates a Current Limit error condition related to the Alink port.
2 indicates incorrect hardware is plugged into an EMS port.
3 indicates that both of these error conditions are present.
RunAsDefault

Source Code:

<UnitMonitor ID="SCUtils.APC.EMU.Monitor.EMUHardwareStatus" Accessibility="Public" Enabled="true" Target="SCUtils.APC.EMUSystem" ParentMonitorID="Health!System.Health.AvailabilityState" Remotable="true" Priority="Normal" TypeID="SCUtils.APC.UPS.MonitorType.StatusProbe" ConfirmDelivery="true">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="SCUtils.APC.EMU.Monitor.EMUHardwareStatus_AlertMessageResourceID">
<AlertOnState>Warning</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Warning</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Target/Host/Property[Type="NetworkLibrary!System.NetworkManagement.Node"]/sysName$</AlertParameter1>
<AlertParameter2>$Target/Host/Property[Type="NetworkLibrary!System.NetworkManagement.Node"]/Location$</AlertParameter2>
<AlertParameter3>$Target/Host/Property[Type="NetworkLibrary!System.NetworkManagement.Node"]/PrimaryOwnerContact$</AlertParameter3>
<AlertParameter4>$Target/Host/Property[Type="NetworkLibrary!System.NetworkManagement.Node"]/SNMPAddress$</AlertParameter4>
<AlertParameter5>$Data/Context/SnmpVarBinds/SnmpVarBind[1]/Value$</AlertParameter5>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="SCUtils.APC.EMU.Monitor.EMUHardwareStatus.Success" MonitorTypeStateID="StatusOK" HealthState="Success"/>
<OperationalState ID="SCUtils.APC.EMU.Monitor.EMUHardwareStatus.Error" MonitorTypeStateID="StatusNotOK" HealthState="Warning"/>
</OperationalStates>
<Configuration>
<IntervalSeconds>600</IntervalSeconds>
<IPAddress>$Target/Host/Property[Type="NetworkLibrary!System.NetworkManagement.Node"]/SNMPAddress$</IPAddress>
<CommunityString>$RunAs[Name="NetworkLibrary!System.NetworkManagement.Snmp.MonitoringAccount"]/CommunityString$</CommunityString>
<SnmpVersion>$Target/Host/Property[Type="NetworkLibrary!System.NetworkManagement.Node"]/SNMPVersion$</SnmpVersion>
<OID>.1.3.6.1.4.1.318.1.1.10.3.12.13.0</OID>
<ErrorValueRegEx>(^[1-9]+)</ErrorValueRegEx>
</Configuration>
</UnitMonitor>