Monitor that windows process is not running

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
commoshadow
Posts: 2
Joined: Wed May 01, 2013 11:01 am

Monitor that windows process is not running

Post by commoshadow »

I am monitoring that processes are running using the following check command

check_nt!PROCSTATE! -d SHOWALL -l (process name)

what check command would I use to monitor that windows process is not running and throws me message when it starts running?
slansing
Posts: 7698
Joined: Mon Apr 23, 2012 4:28 pm
Location: Travelling through time and space...

Re: Monitor that windows process is not running

Post by slansing »

You could use negate for this:

http://assets.nagios.com/downloads/nagi ... Plugin.pdf

The above guide is for nagios xi but will work the same with core.
Locked