summaryrefslogtreecommitdiffstats
path: root/web/input/doc/index.md
blob: 86745de40ec77c5d915f9f34b0596f580429b72d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
title: Documentation
parent: Home
menu: 4
---

# Documentation

The Nagios Plugins documentation is split up into three parts:

1. **[Manual Pages][man]**  
   This part provides documentation for each individual plugin.

2. **[FAQ][faq]**  
   The FAQ section offers additional information on the Nagios Plugins
   package as a whole.

3. **[Presentation][video]**  
   A video that shows how to write your own check using the
   [Nagios::Plugin][module] Perl module.

Furthermore, there are individual documents that cover specific topics:

* **[Extra-Opts][opts]**  
  Telling plugins to read options from a configuration file.

* **[Nagios Plugin Development Guidelines][guidelines]**  
  Reference documentation for plugin developers.

[man]: doc/man/index.html "Manual Pages"
[faq]: doc/faq/index.html "Frequently Asked Questions"
[video]: doc/presentation.html "Nagios::Plugin Presentation"
[module]: http://search.cpan.org/dist/Nagios-Plugin/ "Nagios::Plugin"
[opts]: doc/extra-opts.html
[guidelines]: doc/guidelines.html

<!--% # vim:set filetype=markdown textwidth=78 joinspaces: # %-->