diff options
author | Holger Weiss <holger@zedat.fu-berlin.de> | 2014-01-14 14:21:08 (GMT) |
---|---|---|
committer | Holger Weiss <holger@zedat.fu-berlin.de> | 2014-01-14 14:21:08 (GMT) |
commit | 5d76badfad6535d71c65b80b9a5049599972bac0 (patch) | |
tree | 17317f155f2d78c97e84d98237a70a588d1efeb9 /web/input | |
parent | 15ec07c19fa25cfb075f0e69c7f01c398b8f2622 (diff) | |
download | site-5d76badfad6535d71c65b80b9a5049599972bac0.tar.gz |
Rename /doc/presentation.html
"presentation.html" is a little too generic.
Diffstat (limited to 'web/input')
-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 | ||||
-rw-r--r-- | web/input/index.md | 4 |
3 files changed, 5 insertions, 5 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 | ||
diff --git a/web/input/index.md b/web/input/index.md index fc36df0..fcdf68e 100644 --- a/web/input/index.md +++ b/web/input/index.md | |||
@@ -22,7 +22,7 @@ of community-contributed plugins can be found on sites such as [Nagios | |||
22 | Exchange][nagex] or [Monitoring Exchange][monex]. | 22 | Exchange][nagex] or [Monitoring Exchange][monex]. |
23 | 23 | ||
24 | In addition to the core plugins bundle, we maintain a [Perl module][module] | 24 | In addition to the core plugins bundle, we maintain a [Perl module][module] |
25 | that makes it [easy][presentation] to write your own plugin. We also take | 25 | that makes it [easy][perl-plugins] to write your own plugin. We also take |
26 | care of an SNMP MIB used for traps sent from Nagios. Last but not least, we | 26 | care of an SNMP MIB used for traps sent from Nagios. Last but not least, we |
27 | host the [Nagios Plugin Development Guidelines][guidelines]. | 27 | host the [Nagios Plugin Development Guidelines][guidelines]. |
28 | 28 | ||
@@ -45,7 +45,7 @@ You can get the latest releases from the [download page][download]. | |||
45 | [monex]: https://www.monitoringexchange.org/inventory/Check-Plugins "Plugins on Monitoring Exchange" | 45 | [monex]: https://www.monitoringexchange.org/inventory/Check-Plugins "Plugins on Monitoring Exchange" |
46 | [module]: http://search.cpan.org/dist/Nagios-Plugin/ "Nagios::Plugin Module" | 46 | [module]: http://search.cpan.org/dist/Nagios-Plugin/ "Nagios::Plugin Module" |
47 | [guidelines]: doc/guidelines.html "Nagios Plugin Development Guidelines" | 47 | [guidelines]: doc/guidelines.html "Nagios Plugin Development Guidelines" |
48 | [presentation]: doc/presentation.html "Nagios::Plugin Presentation" | 48 | [perl-plugins]: doc/writing-perl-plugins.html "Nagios::Plugin Presentation" |
49 | [download]: download.html "Download" | 49 | [download]: download.html "Download" |
50 | 50 | ||
51 | <!--% # vim:set filetype=markdown textwidth=78 joinspaces: # %--> | 51 | <!--% # vim:set filetype=markdown textwidth=78 joinspaces: # %--> |