diff options
| author | Holger Weiss <holger@zedat.fu-berlin.de> | 2013-10-23 13:21:05 +0200 |
|---|---|---|
| committer | Holger Weiss <holger@zedat.fu-berlin.de> | 2013-10-23 13:21:05 +0200 |
| commit | fe1df4a3414bd24408db99f9ee07e2c2fbadf855 (patch) | |
| tree | 2b8d2f725f2a994876c1a20da6c73fe7697af699 | |
| parent | af0ca78ae16713dc46fed62840a9e39146116fe7 (diff) | |
| download | site-fe1df4a3414bd24408db99f9ee07e2c2fbadf855.tar.gz | |
doc/index.md: Mention Extra-Opts and Guidelines
Add links to the Nagios Plugin Develepment Guidelines and to the
Extra-Opts documentation.
| -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: # %--> |
