summaryrefslogtreecommitdiffstats
path: root/web/input/doc/writing-perl-plugins.md
diff options
context:
space:
mode:
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 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: # %-->