Documentation
Basics
The main Nagios Plugins documentation is split into two parts:
-
Manual Pages
This part provides documentation for each individual plugin. -
FAQ
The FAQ section offers additional information on the Nagios Plugins package as a whole.
Advanced Topics
These documents cover specific topics that go beyond the basics:
-
Extra-Opts
Telling plugins to read options from a configuration file. -
Writing Perl Plugins
This is a video that shows how to write your own check using the Nagios::Monitoring::Plugin Perl module. -
Nagios Plugin Development Guidelines
Reference documentation for plugin developers.
Proposals
The following ideas are not yet implemented (and might never be):
-
New Specification Method for Thresholds
A different way of specifying thresholds on the command line. -
Check Aggregation: check_many
A plugin wrapper allowing aggregation and serialization of multiple checks. -
State Retention Routines
Saving state information between plugin invocations. This is actually implemented by now.