Monitoring a process

Rich Sasko rsasko at niag.com
Tue Nov 13 21:39:31 CET 2007


Jerad Riggin <jriggin <at> gmail.com> writes:

> 
> Would it be possible using Nsclient++ to monitor for a process name?
> We need to make sure Outlook.exe is running on the server and if it
> isn't, send out notifications.
> 
> Thanks,
> 
> Jerad
> 
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Splunk Inc.
> Still grepping through log files to find problems?  Stop.
> Now Search log events and configuration files using AJAX and a browser.
> Download your FREE copy of Splunk now >> http://get.splunk.com/
> _______________________________________________
> Nagios-users mailing list
> Nagios-users <at> lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/nagios-users
> ::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
> ::: Messages without supporting info will risk being sent to /dev/null
> 
> 


Jerad,

We have the NSClient++ running on our Windows servers and the following 
service check is an example of how we are monitoring services from the nagios 
server:

define service{
     use                   generic-service
     host_name             email server
     service_description   explorer
     check_command         check_nt!PROCSTATE!-d SHOWALL -l explorer.exe
}

It is actually in one of the sample config files, you should just have to tell 
it what process you want to watch.


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Nagios-users mailing list
Nagios-users at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. 
::: Messages without supporting info will risk being sent to /dev/null





More information about the Users mailing list