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
Current Version
1.0a
Last Release Date
2012-08-20
Compatible With
- Nagios 3.x
Owner
License
GPL
Hits
95143
Files:
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 |
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