diff options
| -rw-r--r-- | web/input/doc/index.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/web/input/doc/index.md b/web/input/doc/index.md index 8f22011..86745de 100644 --- a/web/input/doc/index.md +++ b/web/input/doc/index.md | |||
| @@ -18,9 +18,19 @@ The Nagios Plugins documentation is split up into three parts: | |||
| 18 | A video that shows how to write your own check using the | 18 | A video that shows how to write your own check using the |
| 19 | [Nagios::Plugin][module] Perl module. | 19 | [Nagios::Plugin][module] Perl module. |
| 20 | 20 | ||
| 21 | Furthermore, there are individual documents that cover specific topics: | ||
| 22 | |||
| 23 | * **[Extra-Opts][opts]** | ||
| 24 | Telling plugins to read options from a configuration file. | ||
| 25 | |||
| 26 | * **[Nagios Plugin Development Guidelines][guidelines]** | ||
| 27 | Reference documentation for plugin developers. | ||
| 28 | |||
| 21 | [man]: doc/man/index.html "Manual Pages" | 29 | [man]: doc/man/index.html "Manual Pages" |
| 22 | [faq]: doc/faq/index.html "Frequently Asked Questions" | 30 | [faq]: doc/faq/index.html "Frequently Asked Questions" |
| 23 | [video]: doc/presentation.html "Nagios::Plugin Presentation" | 31 | [video]: doc/presentation.html "Nagios::Plugin Presentation" |
| 24 | [module]: http://search.cpan.org/dist/Nagios-Plugin/ "Nagios::Plugin" | 32 | [module]: http://search.cpan.org/dist/Nagios-Plugin/ "Nagios::Plugin" |
| 33 | [opts]: doc/extra-opts.html | ||
| 34 | [guidelines]: doc/guidelines.html | ||
| 25 | 35 | ||
| 26 | <!--% # vim:set filetype=markdown textwidth=78 joinspaces: # %--> | 36 | <!--% # vim:set filetype=markdown textwidth=78 joinspaces: # %--> |
