diff options
| -rw-r--r-- | web/input/doc/index.md | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/web/input/doc/index.md b/web/input/doc/index.md index 86745de..458ce3f 100644 --- a/web/input/doc/index.md +++ b/web/input/doc/index.md | |||
| @@ -5,7 +5,9 @@ menu: 4 | |||
| 5 | 5 | ||
| 6 | # Documentation | 6 | # Documentation |
| 7 | 7 | ||
| 8 | The Nagios Plugins documentation is split up into three parts: | 8 | ## Basics |
| 9 | |||
| 10 | The main Nagios Plugins documentation is split into two parts: | ||
| 9 | 11 | ||
| 10 | 1. **[Manual Pages][man]** | 12 | 1. **[Manual Pages][man]** |
| 11 | This part provides documentation for each individual plugin. | 13 | This part provides documentation for each individual plugin. |
| @@ -14,23 +16,25 @@ The Nagios Plugins documentation is split up into three parts: | |||
| 14 | The FAQ section offers additional information on the Nagios Plugins | 16 | The FAQ section offers additional information on the Nagios Plugins |
| 15 | package as a whole. | 17 | package as a whole. |
| 16 | 18 | ||
| 17 | 3. **[Presentation][video]** | 19 | ## Advanced Topics |
| 18 | A video that shows how to write your own check using the | ||
| 19 | [Nagios::Plugin][module] Perl module. | ||
| 20 | 20 | ||
| 21 | Furthermore, there are individual documents that cover specific topics: | 21 | These documents cover topics that go beyond the basics: |
| 22 | 22 | ||
| 23 | * **[Extra-Opts][opts]** | 23 | * **[Extra-Opts][opts]** |
| 24 | Telling plugins to read options from a configuration file. | 24 | Telling plugins to read options from a configuration file. |
| 25 | 25 | ||
| 26 | * **[Writing Perl Plugins][video]** | ||
| 27 | This is a video that shows how to write your own check using the | ||
| 28 | [Nagios::Plugin][module] Perl module. | ||
| 29 | |||
| 26 | * **[Nagios Plugin Development Guidelines][guidelines]** | 30 | * **[Nagios Plugin Development Guidelines][guidelines]** |
| 27 | Reference documentation for plugin developers. | 31 | Reference documentation for plugin developers. |
| 28 | 32 | ||
| 29 | [man]: doc/man/index.html "Manual Pages" | 33 | [man]: doc/man/index.html "Manual Pages" |
| 30 | [faq]: doc/faq/index.html "Frequently Asked Questions" | 34 | [faq]: doc/faq/index.html "Frequently Asked Questions" |
| 35 | [opts]: doc/extra-opts.html | ||
| 31 | [video]: doc/presentation.html "Nagios::Plugin Presentation" | 36 | [video]: doc/presentation.html "Nagios::Plugin Presentation" |
| 32 | [module]: http://search.cpan.org/dist/Nagios-Plugin/ "Nagios::Plugin" | 37 | [module]: http://search.cpan.org/dist/Nagios-Plugin/ "Nagios::Plugin" |
| 33 | [opts]: doc/extra-opts.html | ||
| 34 | [guidelines]: doc/guidelines.html | 38 | [guidelines]: doc/guidelines.html |
| 35 | 39 | ||
| 36 | <!--% # vim:set filetype=markdown textwidth=78 joinspaces: # %--> | 40 | <!--% # vim:set filetype=markdown textwidth=78 joinspaces: # %--> |
