What is this?

This knowledgebase contains questions and answers about PRTG Network Monitor and network monitoring in general.

Learn more

PRTG Network Monitor

Intuitive to Use. Easy to manage.
More than 500,000 users rely on Paessler PRTG every day. Find out how you can reduce cost, increase QoS and ease planning, as well.

Free Download

Top Tags


View all Tags

WMI Service, Running=Down

Votes:

0

Probably not a popular request so I'm sure it's not possible... but wanted to confirm. Can the WMI Service sensor alert when a service goes from a stopped state to running? Right now I can have it in a down/acknowledged state and alert when it starts but would rather it be 'OK' while the service is stopped.

service stopped wmi

Created on Mar 2, 2012 3:41:46 PM



Best Answer

Accepted Answer

Votes:

0

PTF.ServiceStatus

This is possible with Custom Sensor ServiceStatus. With this sensor you can have any service status set your sensor in a ok, warning or error state.

The sensor returns a value where:

1=Stopped, 2=StartPending, 3=StopPending, 4=Running, 5=ContinuePending, 6=PausedPending, 7=Paused

Parameters:

-s=   Name of the service to check.
-m=   Optional, name or ip of the machine where the service is installed. Default = localhost.
-u=   Optional Domain\Username of a user account that can access the service status.
-p=   Optional Password or passhash * of a user account that can access the service status.
-w=   Optional, comma seperated list of service statusses that should return a warning.
-e=   Optional, comma seperated list of service statusses that should return an error.

The sensor can be set in a warning or error state by using limits, or by using the the -w= and -e= parameters which will provide a more telling result message.

i.e. using -w=2 and -e=4 will set the sensor to a warning state when the service is StartPending and set the sensor to an error state when the service is Running.

The sensor can be downloaded from this page.

Created on Mar 8, 2012 6:56:36 PM



2 Replies

Votes:

0

Hello,

I'm afraid in the moment PRTG is not able to discern the state a target service is in. But we'll put it on the wish list.

best regards.

Created on Mar 2, 2012 5:05:46 PM by  Torsten Lindner [Paessler Support]



Accepted Answer

Votes:

0

PTF.ServiceStatus

This is possible with Custom Sensor ServiceStatus. With this sensor you can have any service status set your sensor in a ok, warning or error state.

The sensor returns a value where:

1=Stopped, 2=StartPending, 3=StopPending, 4=Running, 5=ContinuePending, 6=PausedPending, 7=Paused

Parameters:

-s=   Name of the service to check.
-m=   Optional, name or ip of the machine where the service is installed. Default = localhost.
-u=   Optional Domain\Username of a user account that can access the service status.
-p=   Optional Password or passhash * of a user account that can access the service status.
-w=   Optional, comma seperated list of service statusses that should return a warning.
-e=   Optional, comma seperated list of service statusses that should return an error.

The sensor can be set in a warning or error state by using limits, or by using the the -w= and -e= parameters which will provide a more telling result message.

i.e. using -w=2 and -e=4 will set the sensor to a warning state when the service is StartPending and set the sensor to an error state when the service is Running.

The sensor can be downloaded from this page.

Created on Mar 8, 2012 6:56:36 PM




Disclaimer: The information in the Paessler Knowledge Base comes without warranty of any kind. Use at your own risk. Before applying any instructions please exercise proper system administrator housekeeping. You must make sure that a proper backup of all your data is available.