diff options
author | Holger Weiss <holger@zedat.fu-berlin.de> | 2014-01-14 15:21:08 +0100 |
---|---|---|
committer | Holger Weiss <holger@zedat.fu-berlin.de> | 2014-01-14 15:21:08 +0100 |
commit | 5d76badfad6535d71c65b80b9a5049599972bac0 (patch) | |
tree | 17317f155f2d78c97e84d98237a70a588d1efeb9 /web/input/doc/writing-perl-plugins.md | |
parent | 15ec07c19fa25cfb075f0e69c7f01c398b8f2622 (diff) | |
download | site-5d76badfad6535d71c65b80b9a5049599972bac0.tar.gz |
Rename /doc/presentation.html
"presentation.html" is a little too generic.
Diffstat (limited to 'web/input/doc/writing-perl-plugins.md')
-rw-r--r-- | web/input/doc/writing-perl-plugins.md | 27 |
1 files changed, 27 insertions, 0 deletions
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 @@ | |||
1 | title: FOSDEM Talk | ||
2 | parent: Documentation | ||
3 | --- | ||
4 | |||
5 | # Writing Perl Plugins | ||
6 | |||
7 | Former Nagios Plugins team lead Ton Voon gave a 15-minutes lightning talk | ||
8 | about the Nagios Plugins at [FOSDEM][fosdem]. He made a screencast of [the | ||
9 | presentation][talk] in Quicktime format (35 MB): | ||
10 | |||
11 | * [fosdem.mov][screencast] | ||
12 | |||
13 | The `check_weather` script demonstrated in the screencast is also available | ||
14 | for download, with additional comments: | ||
15 | |||
16 | * [check_weather.pl][script] | ||
17 | |||
18 | Both files are also available via FTP mirrors, see our [download | ||
19 | page][download]. | ||
20 | |||
21 | [fosdem]: https://fosdem.org/ "FOSDEM" | ||
22 | [talk]: https://archive.fosdem.org/2007/schedule/events/lt_nagios_plugins.html "Ton's Talk" | ||
23 | [screencast]: https://www.nagios-plugins.org/download/presentation/fosdem.mov "Screencast" | ||
24 | [script]: https://www.nagios-plugins.org/download/presentation/check_weather.pl "check_weather" | ||
25 | [download]: download.html "Download" | ||
26 | |||
27 | <!--% # vim:set filetype=markdown textwidth=78 joinspaces: # %--> | ||