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_procs_perf

Rating
4 votes
Favoured:
1
Current Version
1.0a
Last Release Date
2012-08-20
Compatible With
  • Nagios 3.x
License
GPL
Hits
96241
Files:
FileDescription
nagios-plugins-1.4.15-check_procs_perf.tar.gznagios-plugins-1.4.15-check_procs_perf.tar.gz
check_procs_perf-1.4.16.c.gz1.4.16 changes backported by Paul Dubuc
Nagios CSP

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!
Extended version of check_procs plugin with metric dependant performance data, extended status information and total warning/critical thresholds
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
Reviews (2)
Surprising check_procs didn't return perf data by default, but after compiling this using this source it is working great! Thanks.
byedeed, September 14, 2011
3 of 3 people found this review helpful
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