Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
check_procs_perf
1.0a
2012-08-20
- Nagios 3.x
GPL
96241
File | Description |
---|---|
nagios-plugins-1.4.15-check_procs_perf.tar.gz | nagios-plugins-1.4.15-check_procs_perf.tar.gz |
check_procs_perf-1.4.16.c.gz | 1.4.16 changes backported by Paul Dubuc |
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!
It is based on check_procs plugin, adding the following functionality:
- Total warning and total critical thresholds ranges (options -x, -y) applied to summary metric across all processes that matched filter
- Extended status information for failed processes:
pid, metric and value (not applicable for PROC metric)
- Added Glabal status (max of total and per-process) as well as total status and usual per-process status
- Performance data dependant on metric requested: PROC, VSZ, RSS, CPU
-v is required to output performance data
- Total warning and total critical thresholds ranges (options -x, -y) applied to summary metric across all processes that matched filter
- Extended status information for failed processes:
pid, metric and value (not applicable for PROC metric)
- Added Glabal status (max of total and per-process) as well as total status and usual per-process status
- Performance data dependant on metric requested: PROC, VSZ, RSS, CPU
-v is required to output performance data
Reviews (2)
byGldRush98, September 18, 2015
Surprising check_procs didn't return perf data by default, but after compiling this using this source it is working great! Thanks.
Install step:
# tar zxvf nagios-plugins-1.4.15.tar.gz
# tar zxvf nagios-plugins-1.4.15-check_procs_perf.tar.gz
# mv check_procs_perf.c nagios-plugins-1.4.15/plugins/check_procs.c
mv: overwrite `check_procs.c'? y
# cd nagios-plugins-1.4.15
# ./configure
# make
# make install
# tar zxvf nagios-plugins-1.4.15.tar.gz
# tar zxvf nagios-plugins-1.4.15-check_procs_perf.tar.gz
# mv check_procs_perf.c nagios-plugins-1.4.15/plugins/check_procs.c
mv: overwrite `check_procs.c'? y
# cd nagios-plugins-1.4.15
# ./configure
# make
# make install