Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
check_proc
Meet The New Nagios Core Services Platform
Built on over 25 years of monitoring experience, the Nagios Core Services Platform provides insightful monitoring dashboards, time-saving monitoring wizards, and unmatched ease of use. Use it for free indefinitely.
Monitoring Made Magically Better
- Nagios Core on Overdrive
- Powerful Monitoring Dashboards
- Time-Saving Configuration Wizards
- Open Source Powered Monitoring On Steroids
- And So Much More!
++++ 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
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
Reviews (0)
Be the first to review this listing!