diff options
Diffstat (limited to 'web/input/doc')
-rw-r--r-- | web/input/doc/index.md | 4 | ||||
-rw-r--r-- | web/input/doc/writing-perl-plugins.md (renamed from web/input/doc/presentation.md) | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/web/input/doc/index.md b/web/input/doc/index.md index 6604594..a7a5bb2 100644 --- a/web/input/doc/index.md +++ b/web/input/doc/index.md | |||
@@ -23,7 +23,7 @@ These documents cover specific topics that go beyond the basics: | |||
23 | * **[Extra-Opts][extra-opts]** | 23 | * **[Extra-Opts][extra-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]** | 26 | * **[Writing Perl Plugins][perl-plugins]** |
27 | This is a video that shows how to write your own check using the | 27 | This is a video that shows how to write your own check using the |
28 | [Nagios::Plugin][module] Perl module. | 28 | [Nagios::Plugin][module] Perl module. |
29 | 29 | ||
@@ -47,7 +47,7 @@ The following ideas are not yet implemented (and might never be): | |||
47 | [man]: doc/man/index.html "Manual Pages" | 47 | [man]: doc/man/index.html "Manual Pages" |
48 | [faq]: doc/faq/index.html "Frequently Asked Questions" | 48 | [faq]: doc/faq/index.html "Frequently Asked Questions" |
49 | [extra-opts]: doc/extra-opts.html "Extra-Opts" | 49 | [extra-opts]: doc/extra-opts.html "Extra-Opts" |
50 | [video]: doc/presentation.html "Nagios::Plugin Presentation" | 50 | [perl-plugins]: doc/writing-perl-plugins.html "Nagios::Plugin Presentation" |
51 | [module]: http://search.cpan.org/dist/Nagios-Plugin/ "Nagios::Plugin" | 51 | [module]: http://search.cpan.org/dist/Nagios-Plugin/ "Nagios::Plugin" |
52 | [guidelines]: doc/guidelines.html "Nagios Plugin Development Guidelines" | 52 | [guidelines]: doc/guidelines.html "Nagios Plugin Development Guidelines" |
53 | [new-threshold]: doc/new-threshold-syntax.html "Proposal for New Threshold Syntax" | 53 | [new-threshold]: doc/new-threshold-syntax.html "Proposal for New Threshold Syntax" |
diff --git a/web/input/doc/presentation.md b/web/input/doc/writing-perl-plugins.md index b9564ff..2818c6a 100644 --- a/web/input/doc/presentation.md +++ b/web/input/doc/writing-perl-plugins.md | |||
@@ -1,4 +1,4 @@ | |||
1 | title: Presentation | 1 | title: FOSDEM Talk |
2 | parent: Documentation | 2 | parent: Documentation |
3 | --- | 3 | --- |
4 | 4 | ||