Search Exchange

Search All Sites

Nagios Live Webinars

Let our experts show you how Nagios can help your organization.

Contact Us

Phone: 1-888-NAGIOS-1
Email: sales@nagios.com

Login

Remember Me

Directory Tree

check_proc

Rating
0 votes
Favoured:
0
Hits
168242
Files:
FileDescription
check_proc.execheck_proc.exe
Network Monitoring Software - Download Nagios XI
Log Management Software - Nagios Log Server - Download
Netflow Analysis Software - Nagios Network Analyzer - Download
check_proc.exe is a plugin that monitors if a defined process is running. It monitors also the count of a defined process (lower and upper bounds).
++++ check_proc.exe
I create this plugin because I needed to monitor not only the upper bound of count of a running process but also the lower bound. I take the check_process-Plugin under Linux as example. It is only rudimental. You only can specify the exactly match of the process to search and the warning and critical ranges.

+++++ using check_proc.exe
++++++ without any parameters
it gives a list of the running processes.

++++++ with parameters
it looks like this:
D:\\tmp>check_proc.exe -h
check_proc (nagios-plugin)

check_proc -w -c -C
-w warning
-c critical
-C processname
range of processcount, warning range in critical range