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

noperf

Rating
0 votes
Favoured:
0
Compatible With
  • Nagios 3.x
License
Other
Hits
6066
Files:
FileDescription
noperf.shnoperf.sh
noperf.cnoperf.c
noperf_install_el5_x86_64.runnoperf_install_el5_x86_64.run
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!
Run a nagios plugins, and remove performance data from output.
--------------------------------------------------------------------------------

THIS PLUGIN IS PROVIDED "AS IS", WITHOUT ANY WARRANTY, AND WITHOUT ANY SUPPORT.

--------------------------------------------------------------------------------

This script run a nagios plugins, and delete the output performance data.
Allows to remove useless perfdata (always zero eg). Reduced growth of 'data_bin' table.

This check is write in bash (Linux).
Test with : CentOS 5


--------------------------------------------------------------------------------

USAGE :
./noperf.sh plugin arguments1 arguments2 arguments3

plugin : check to run
arguments : plugin arguments


example :
./noperf.sh /usr/local/nagios/libexec/check_disk 80 90

checkcommands.cfg example :

define command{
command_name check_local_disk
command_line $USER1$/noperf.sh $USER1$/check_disk -e $ARG1$ $ARG2$
}


--------------------------------------------------------------------------------

LICENCE : CC BY-SA 3.0
http://creativecommons.org/licenses/by-sa/3.0/

--------------------------------------------------------------------------------