Getting Data In

Easy way to check if a windows service is running?

bfaber
Communicator

Can I use Splunk (wmi or forwarder) to see if a specific service is running on a given host? Can I get a list of all services running on that (those) host(s)?

Tags (3)
0 Karma

gkanapathy
Splunk Employee
Splunk Employee

If you're not too picky, you can also use the Windows System Event Log entries written by the Service Control Manager to see when a particular Service was last stopped or started.

triest
Communicator

Just FYI, this semi works; if the machine loses power suddenly, kicks the wrong disk, etc then the event isn't generated or potentially isn't logged and thus cannot be forwarded and thus splunk doesn't know.

If you're looking for a report to give you some idea of your availability, this might work as you can see the services starting back up. If you're looking for something to alert you that the service isn't running, then this has issues.

I realize this is an old answer, but since I came across it I thought I'd comment for others.

0 Karma

ziegfried
Influencer

You could use the sc command line utility in a scripted input.

DESCRIPTION:
        SC is a command line program used for communicating with the
        Service Control Manager and services.
USAGE:
        sc <server> [command] [service name] <option1> <option2>...

List all services:

sc query type= service

Get status for the eventlog service:

sc query eventlog

There is probably a way to do this with WMI as well.

Get Updates on the Splunk Community!

New This Month in Splunk Observability Cloud - Metrics Usage Analytics, Enhanced K8s ...

The latest enhancements across the Splunk Observability portfolio deliver greater flexibility, better data and ...

Alerting Best Practices: How to Create Good Detectors

At their best, detectors and the alerts they trigger notify teams when applications aren’t performing as ...

Discover Powerful New Features in Splunk Cloud Platform: Enhanced Analytics, ...

Hey Splunky people! We are excited to share the latest updates in Splunk Cloud Platform 9.3.2408. In this ...