Check for other Windows Services

3 posts / 0 new
Last post
ithelpdesk4
Offline
Last seen: 10 years 2 months ago
Joined: 28.01.2013 - 10:59
Check for other Windows Services

I'm trying to figure out how to monitor other windows services; print spooler, Hyper-V Virtual Machine Manager.

Does anyone have any ideas?

 

 

Thanks

itefix
Offline
Last seen: 3 days 6 hours ago
Joined: 01.05.2008 - 21:33
Try check_winservice via

Try check_winservice via NRPE:

check_winservice --service Spooler --state !running --critical 1

 

or check_wmic directly from the Nagwin server:

check_wmic --host x.x.x.x  --user 'abra@nuke.local' --password '!!"#%&' --alias "Service where (Name='Spooler' And State!='Running')" --property Name --count --format "Spooler status." --crit 1

 

ithelpdesk4
Offline
Last seen: 10 years 2 months ago
Joined: 28.01.2013 - 10:59
Thanks for that, I'll check

Thanks for that, I'll check on friday when I'm next in the office

Release news