Home Directory Plugins Operating Systems Linux check bloating process

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 bloating process

Current Version
0.01
Last Release Date
2011-09-08
Compatible With
  • Nagios 1.x
  • Nagios 2.x
  • Nagios 3.x
  • Nagios XI
  • Nagios Fusion
Owner
License
GPL
Hits
96057
Files:
FileDescription
check_bloating_process.plThe plugin
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!
check bloating process
This plugin uses linear regression algorithm to determine if the memory usage of a given process(by name or by pid) is growing up on time.
It was developed using Perl and internally uses the ps command line utility to determine the resident size of the process.

Optionally, the plugin gives you the possibility to generate a graph showing the memory increase.

Requires the following perl packages:

Statistics::OLS > 0.07
GD::Graph::lines - Only in case of memory usage graph generation
Reviews (1)
byedc, January 25, 2013
Please provide instructions for the Nagios command syntax, as I was not able to get that info from the script. Thank you.