summaryrefslogtreecommitdiffstats
path: root/web/content/doc/index.md
blob: 7b2d0980df9a7a1f36365d79a4c40a3c97b475ed (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
title: Documentation
parent: Home
menu-position: 3
---

# 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.

[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"

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