blob: 15eb70d77d7e3e67b86176b03d27e290b9b1e87d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
title: FOSDEM Talk
parent: Documentation
---
# Writing Perl Plugins
Former [team][team] lead Ton Voon gave a 15-minutes lightning talk about
writing plugins in Perl 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].
[team]: team.html "Monitoring Plugins Development Team"
[fosdem]: https://fosdem.org/ "FOSDEM"
[talk]: https://archive.fosdem.org/2007/schedule/events/lt_nagios_plugins.html "Ton's Talk"
[screencast]: https://www.monitoring-plugins.org/download/presentation/fosdem.mov "Screencast"
[script]: https://www.monitoring-plugins.org/download/presentation/check_weather.pl "check_weather"
[download]: download.html "Download"
<!--% # vim:set filetype=markdown textwidth=78 joinspaces expandtab: # %-->
|