summaryrefslogtreecommitdiffstats
path: root/web/input/doc/writing-perl-plugins.md
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 /web/input/doc/writing-perl-plugins.md
parent15ec07c19fa25cfb075f0e69c7f01c398b8f2622 (diff)
downloadsite-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.md27
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 @@
1title: FOSDEM Talk
2parent: Documentation
3---
4
5# Writing Perl Plugins
6
7Former Nagios Plugins team lead Ton Voon gave a 15-minutes lightning talk
8about the Nagios Plugins at [FOSDEM][fosdem]. He made a screencast of [the
9presentation][talk] in Quicktime format (35&nbsp;MB):
10
11* [fosdem.mov][screencast]
12
13The `check_weather` script demonstrated in the screencast is also available
14for download, with additional comments:
15
16* [check_weather.pl][script]
17
18Both files are also available via FTP mirrors, see our [download
19page][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: # %-->