summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Weiss <holger@zedat.fu-berlin.de>2014-01-14 14:21:08 (GMT)
committerHolger Weiss <holger@zedat.fu-berlin.de>2014-01-14 14:21:08 (GMT)
commit5d76badfad6535d71c65b80b9a5049599972bac0 (patch)
tree17317f155f2d78c97e84d98237a70a588d1efeb9
parent15ec07c19fa25cfb075f0e69c7f01c398b8f2622 (diff)
downloadsite-5d76badfad6535d71c65b80b9a5049599972bac0.tar.gz
Rename /doc/presentation.html
"presentation.html" is a little too generic.
-rw-r--r--etc/nginx.conf2
-rw-r--r--web/input/doc/index.md4
-rw-r--r--web/input/doc/writing-perl-plugins.md (renamed from web/input/doc/presentation.md)2
-rw-r--r--web/input/index.md4
4 files changed, 6 insertions, 6 deletions
diff --git a/etc/nginx.conf b/etc/nginx.conf
index 9028c25..1b37bae 100644
--- a/etc/nginx.conf
+++ b/etc/nginx.conf
@@ -79,7 +79,7 @@ server {
79 return 301 /doc/new-threshold-syntax.html; 79 return 301 /doc/new-threshold-syntax.html;
80 } 80 }
81 location = /taxonomy/term/2 { 81 location = /taxonomy/term/2 {
82 return 301 /doc/presentation.html; 82 return 301 /doc/writing-perl-plugins.html;
83 } 83 }
84 location ^~ /snapshot { 84 location ^~ /snapshot {
85 return 301 /download$request_uri; 85 return 301 /download$request_uri;
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 @@
1title: Presentation 1title: FOSDEM Talk
2parent: Documentation 2parent: 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
22Exchange][nagex] or [Monitoring Exchange][monex]. 22Exchange][nagex] or [Monitoring Exchange][monex].
23 23
24In addition to the core plugins bundle, we maintain a [Perl module][module] 24In addition to the core plugins bundle, we maintain a [Perl module][module]
25that makes it [easy][presentation] to write your own plugin. We also take 25that makes it [easy][perl-plugins] to write your own plugin. We also take
26care of an SNMP MIB used for traps sent from Nagios. Last but not least, we 26care of an SNMP MIB used for traps sent from Nagios. Last but not least, we
27host the [Nagios Plugin Development Guidelines][guidelines]. 27host 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: # %-->