Node State Monitor

SolarWinds.Orion.SCOM.Monitor.NodeStatusMonitor (UnitMonitor)

Monitor that reports on the 'up/down' state of a node.

Element properties:

TargetSolarWinds.Orion.SCOM.Node
Parent MonitorSystem.Health.AvailabilityState
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeSolarWinds.Orion.SCOM.Monitor.TwoStateCounterMonitor
RemotableTrue
AccessibilityInternal
Alert Message
Node has gone down
The node {0} is in a 'Down' state.
RunAsDefault

Source Code:

<UnitMonitor ID="SolarWinds.Orion.SCOM.Monitor.NodeStatusMonitor" Accessibility="Internal" Enabled="true" Target="SolarWinds.Orion.SCOM.Node" ParentMonitorID="Health!System.Health.AvailabilityState" TypeID="SolarWinds.Orion.SCOM.Monitor.TwoStateCounterMonitor" ConfirmDelivery="false">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="SolarWinds.Orion.SCOM.Alert.Message.DownNode">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Target/Property[Type="System!System.Entity"]/DisplayName$</AlertParameter1>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState HealthState="Success" MonitorTypeStateID="UpState" ID="Responding"/>
<OperationalState HealthState="Error" MonitorTypeStateID="DownState" ID="NotResponding"/>
<OperationalState HealthState="Warning" MonitorTypeStateID="WarnState" ID="SortofResponding"/>
</OperationalStates>
<Configuration>
<UpStateId>2</UpStateId>
<DownStateId>0</DownStateId>
<WarnStateId>1</WarnStateId>
<RuleId>$MPElement$</RuleId>
<ManagedEntityId>$Target/Id$</ManagedEntityId>
<CounterName>Status</CounterName>
<OutputTrigger>OnChange</OutputTrigger>
</Configuration>
</UnitMonitor>