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