From fe1df4a3414bd24408db99f9ee07e2c2fbadf855 Mon Sep 17 00:00:00 2001 From: Holger Weiss Date: Wed, 23 Oct 2013 13:21:05 +0200 Subject: doc/index.md: Mention Extra-Opts and Guidelines Add links to the Nagios Plugin Develepment Guidelines and to the Extra-Opts documentation. 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: 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 -- cgit v0.10-9-g596f