Excellent!!! That did it.
Thank you both very much.
Search found 3 matches
- Fri May 24, 2013 3:12 pm
- Forum: Open Source Nagios Projects
- Topic: Check runnig process
- Replies: 6
- Views: 2491
- Fri May 24, 2013 2:10 pm
- Forum: Open Source Nagios Projects
- Topic: Check runnig process
- Replies: 6
- Views: 2491
Re: Check runnig process
Thank you both for the replies but I can't get it to work right. I'm running the following tests: me@host:~$ /usr/local/nagios/libexec/check_nt -H 192.168.1.1 -p 12345 -v PROCSTATE -d SHOWALL -l explorer.exe and I get: explorer.exe: Running i'm running: me@host:~$ /usr/local/nagios/libexec/negate -o...
- Fri May 17, 2013 12:26 pm
- Forum: Open Source Nagios Projects
- Topic: Check runnig process
- Replies: 6
- Views: 2491
Check runnig process
Hi All, I'm running Nagios Core 3.4.4 on Ubuntu and I want to monitor the "explorer.exe" process on a windows server. Easy enough but, I want the status to be OK when the process is NOT running. I want to monitor and get an alert every time a user logs on and off the server. I created a ne...