From 5d76badfad6535d71c65b80b9a5049599972bac0 Mon Sep 17 00:00:00 2001 From: Holger Weiss Date: Tue, 14 Jan 2014 15:21:08 +0100 Subject: Rename /doc/presentation.html "presentation.html" is a little too generic. 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 { return 301 /doc/new-threshold-syntax.html; } location = /taxonomy/term/2 { - return 301 /doc/presentation.html; + return 301 /doc/writing-perl-plugins.html; } location ^~ /snapshot { 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: * **[Extra-Opts][extra-opts]** Telling plugins to read options from a configuration file. -* **[Writing Perl Plugins][video]** +* **[Writing Perl Plugins][perl-plugins]** This is a video that shows how to write your own check using the [Nagios::Plugin][module] Perl module. @@ -47,7 +47,7 @@ The following ideas are not yet implemented (and might never be): [man]: doc/man/index.html "Manual Pages" [faq]: doc/faq/index.html "Frequently Asked Questions" [extra-opts]: doc/extra-opts.html "Extra-Opts" -[video]: doc/presentation.html "Nagios::Plugin Presentation" +[perl-plugins]: doc/writing-perl-plugins.html "Nagios::Plugin Presentation" [module]: http://search.cpan.org/dist/Nagios-Plugin/ "Nagios::Plugin" [guidelines]: doc/guidelines.html "Nagios Plugin Development Guidelines" [new-threshold]: doc/new-threshold-syntax.html "Proposal for New Threshold Syntax" diff --git a/web/input/doc/presentation.md b/web/input/doc/presentation.md deleted file mode 100644 index b9564ff..0000000 --- a/web/input/doc/presentation.md +++ /dev/null @@ -1,27 +0,0 @@ -title: Presentation -parent: Documentation ---- - -# Writing Perl Plugins - -Former Nagios Plugins team lead Ton Voon gave a 15-minutes lightning talk -about the Nagios Plugins at [FOSDEM][fosdem]. He made a screencast of [the -presentation][talk] in Quicktime format (35 MB): - -* [fosdem.mov][screencast] - -The `check_weather` script demonstrated in the screencast is also available -for download, with additional comments: - -* [check_weather.pl][script] - -Both files are also available via FTP mirrors, see our [download -page][download]. - -[fosdem]: https://fosdem.org/ "FOSDEM" -[talk]: https://archive.fosdem.org/2007/schedule/events/lt_nagios_plugins.html "Ton's Talk" -[screencast]: https://www.nagios-plugins.org/download/presentation/fosdem.mov "Screencast" -[script]: https://www.nagios-plugins.org/download/presentation/check_weather.pl "check_weather" -[download]: download.html "Download" - - diff --git a/web/input/doc/writing-perl-plugins.md b/web/input/doc/writing-perl-plugins.md new file mode 100644 index 0000000..2818c6a --- /dev/null +++ b/web/input/doc/writing-perl-plugins.md @@ -0,0 +1,27 @@ +title: FOSDEM Talk +parent: Documentation +--- + +# Writing Perl Plugins + +Former Nagios Plugins team lead Ton Voon gave a 15-minutes lightning talk +about the Nagios Plugins at [FOSDEM][fosdem]. He made a screencast of [the +presentation][talk] in Quicktime format (35 MB): + +* [fosdem.mov][screencast] + +The `check_weather` script demonstrated in the screencast is also available +for download, with additional comments: + +* [check_weather.pl][script] + +Both files are also available via FTP mirrors, see our [download +page][download]. + +[fosdem]: https://fosdem.org/ "FOSDEM" +[talk]: https://archive.fosdem.org/2007/schedule/events/lt_nagios_plugins.html "Ton's Talk" +[screencast]: https://www.nagios-plugins.org/download/presentation/fosdem.mov "Screencast" +[script]: https://www.nagios-plugins.org/download/presentation/check_weather.pl "check_weather" +[download]: download.html "Download" + + 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 Exchange][nagex] or [Monitoring Exchange][monex]. In addition to the core plugins bundle, we maintain a [Perl module][module] -that makes it [easy][presentation] to write your own plugin. We also take +that makes it [easy][perl-plugins] to write your own plugin. We also take care of an SNMP MIB used for traps sent from Nagios. Last but not least, we host the [Nagios Plugin Development Guidelines][guidelines]. @@ -45,7 +45,7 @@ You can get the latest releases from the [download page][download]. [monex]: https://www.monitoringexchange.org/inventory/Check-Plugins "Plugins on Monitoring Exchange" [module]: http://search.cpan.org/dist/Nagios-Plugin/ "Nagios::Plugin Module" [guidelines]: doc/guidelines.html "Nagios Plugin Development Guidelines" -[presentation]: doc/presentation.html "Nagios::Plugin Presentation" +[perl-plugins]: doc/writing-perl-plugins.html "Nagios::Plugin Presentation" [download]: download.html "Download" -- cgit v0.10-9-g596f