summaryrefslogtreecommitdiffstats
path: root/web/input/download.md
diff options
context:
space:
mode:
Diffstat (limited to 'web/input/download.md')
-rw-r--r--web/input/download.md61
1 files changed, 61 insertions, 0 deletions
diff --git a/web/input/download.md b/web/input/download.md
new file mode 100644
index 0000000..4d46cf5
--- /dev/null
+++ b/web/input/download.md
@@ -0,0 +1,61 @@
1title: Download
2parent: Home
3menu-position: 2
4---
5
6# Download
7
8## Nagios Plugins
9
10### Stable Release
11
12The current stable Nagios Plugins release is <!--{plugins_release}-->, see the
13[release announcement][announcement]. You can grab the source tarball from
14here:
15
16* [nagios-plugins-<!--{plugins_release}-->.tar.gz][tar1] ([sum][sum1])
17
18See the [release history][news] for an overview of changes between earlier
19versions. Old releases can be found in the [download area][download].
20There's also an [FTP mirror][mirror] available.
21
22### Development Snapshot
23
24The current development shapshot is available here:
25
26* [nagios-plugins-master.tar.gz][tar2] ([sum][sum2])
27
28It is rebuilt from the `master` branch of the [Nagios Plugins
29repository][repository] whenever that branch changes. Snapshots built from
30other development branches are also available in the [snapshot
31directory][snapshot] of the [download area][download].
32
33## Nagios::Plugin
34
35The Nagios::Plugin module is available from [CPAN][cpan]:
36
37* <http://search.cpan.org/dist/Nagios-Plugin/>
38
39## NagiosMIB
40
41The current NagiosMIB tarball is available from here:
42
43* [nagiosmib-<!--{mib_release}-->.tar.gz][tar3] ([sum][sum3])
44
45Old versions can be found in the [download area][download].
46
47[announcement]: {{release_notes}} "Release Announcement"
48[mirror]: ftp://ftp.fu-berlin.de/unix/network/nagios-plugins/ "FTP Mirror"
49[repository]: https://github.com/nagios-plugins/nagios-plugins "Nagios Plugins Git Repository"
50[news]: doc/news.txt "NEWS"
51[download]: download/ "Download Area"
52[snapshot]: download/snapshot/ "Snapshot Directory"
53[cpan]: http://www.cpan.org/ "CPAN"
54[tar1]: download/nagios-plugins-{{plugins_release}}.tar.gz "Current Release Tarball"
55[sum1]: download/nagios-plugins-{{plugins_release}}.tar.gz.sha1 "SHA-1 Sum"
56[tar2]: download/snapshot/nagios-plugins-master.tar.gz "Current Snapshot Tarball"
57[sum2]: download/snapshot/nagios-plugins-master.tar.gz.sha1 "SHA-1 Sum"
58[tar3]: download/nagiosmib-{{mib_release}}.tar.gz "Current NagiosMIB Tarball"
59[sum3]: download/nagiosmib-{{mib_release}}.tar.gz.sha1 "SHA-1 Sum"
60
61<!--% # vim:set filetype=markdown textwidth=78 joinspaces: # %-->