Blade System Trap Service Health Monitor

Fujitsu.PRIMERGY.BladeSystem.Enclosure.TrapService.HealthMonitor (UnitMonitor)

Blade System Enclosure Trap Service Health Monitor

Knowledge Base article:

Summary

This monitor rule monitors the state of the SNMP Trap Service.

Resolutions

If this Monitor is in Critical state, please look if the service called 'SNMP Trap' is running. Launch the Computer Management Console for more information and further diagnostic.

Additional

If this monitor is disabled then state of the service SNMP Trap wouldn't be available.

Element properties:

TargetFujitsu.PRIMERGY.BladeSystem.Enclosure.MonitorService
Parent MonitorSystem.Health.AvailabilityState
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.CheckNTServiceStateMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
BladeSystem Enclosure TrapService HealthMonitor
Please see the alert context for details.
RunAsDefault

Source Code:

<UnitMonitor ID="Fujitsu.PRIMERGY.BladeSystem.Enclosure.TrapService.HealthMonitor" Accessibility="Public" Enabled="true" Target="Fujitsu.PRIMERGY.BladeSystem.Enclosure.MonitorService" ParentMonitorID="SystemHealth!System.Health.AvailabilityState" Remotable="true" Priority="Normal" TypeID="Windows!Microsoft.Windows.CheckNTServiceStateMonitorType" ConfirmDelivery="false">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="Fujitsu.PRIMERGY.BladeSystem.Enclosure.TrapService.HealthMonitor_AlertMessageResourceID">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
</AlertSettings>
<OperationalStates>
<OperationalState ID="Running" MonitorTypeStateID="Running" HealthState="Success"/>
<OperationalState ID="NotRunning" MonitorTypeStateID="NotRunning" HealthState="Error"/>
</OperationalStates>
<Configuration>
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<ServiceName>SNMPTRAP</ServiceName>
<CheckStartupType>false</CheckStartupType>
</Configuration>
</UnitMonitor>