HP ProLiant Agentless Management Service Stopped.

HewlettPackard.Servers.AgentlessMonitoringService.NotRunning.Rule (Rule)

Knowledge Base article:

Summary

The HP ProLiant Agentless Management Service has stopped.

Causes

This could be caused by the following:

Resolutions

If this condition persists:

For additional troubleshooting, the following tasks are available:

Related Events

This rule monitors the following NT Event Log entries:

Event ID

Log File

Publisher

Log Message

340

HP Device Monitor

HP Device Monitor Core

HP ProLiant Agentless Management Service Stopped.

Related Links

See the latest information about the Hewlett-Packard Servers Core Library:

Insight Control for Microsoft System Center documentation

Management Pack Information

Hewlett-Packard Servers Core Library

Element properties:

TargetHewlettPackard.Servers.HPDeviceMonitorService
CategoryAlert
EnabledTrue
Event_ID340
Event SourceHP Device Monitor Core
Alert GenerateTrue
Alert SeverityWarning
Alert PriorityHigh
RemotableTrue
Event LogHP Device Monitor

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.Windows.EventProvider Default
GenerateAlert WriteAction System.Health.GenerateAlert Default

Source Code:

<Rule ID="HewlettPackard.Servers.AgentlessMonitoringService.NotRunning.Rule" Enabled="true" Target="HewlettPackard.Servers.HPDeviceMonitorService">
<Category>Alert</Category>
<DataSources>
<DataSource ID="DS" TypeID="Windows!Microsoft.Windows.EventProvider">
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</ComputerName>
<LogName>HP Device Monitor</LogName>
<Expression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">HP Device Monitor Core</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="UnsignedInteger">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="UnsignedInteger">340</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</Expression>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="GenerateAlert" TypeID="SystemHealth!System.Health.GenerateAlert">
<Priority>2</Priority>
<Severity>1</Severity>
<AlertName>HP ProLiant Agentless Management Service Stopped.</AlertName>
<AlertDescription>$Data/EventDescription$</AlertDescription>
<AlertOwner/>
<Suppression>
<SuppressionValue>$Data/EventDescription$</SuppressionValue>
</Suppression>
</WriteAction>
</WriteActions>
</Rule>