Home Directory Plugins Others check_generic

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_generic

Current Version
see http://www.my-plugin.de/wiki/projects/check_generic/download
Compatible With
  • Nagios 2.x
  • Nagios 3.x
  • Nagios XI
Owner
License
GPL
Hits
97352
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!
...executes any command line and compares the result against a perl expression. A very fast way to get any desired check running...
Writing a plugin is sometimes boring and for 90% the same procedure: create a structure to deal with the command line options, perform an operation and report the results. The only thing changing is the command to be executed to gather data.

This plugin will let you concentrate on the bare minimum: define a command (chain) to gather data and specify some thresholds to interprete this data. Thats all. The rest is to be done by the plugin.