summaryrefslogtreecommitdiffstats
path: root/web/content/download.md
blob: 4d46cf580ba9c545222cd9c85f5a324757f1c0ab (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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
title: Download
parent: Home
menu-position: 2
---

# Download

## Nagios Plugins

### Stable Release

The current stable Nagios Plugins release is <!--{plugins_release}-->, see the
[release announcement][announcement].  You can grab the source tarball from
here:

* [nagios-plugins-<!--{plugins_release}-->.tar.gz][tar1] ([sum][sum1])

See the [release history][news] for an overview of changes between earlier
versions.  Old releases can be found in the [download area][download].
There's also an [FTP mirror][mirror] available.

### Development Snapshot

The current development shapshot is available here:

* [nagios-plugins-master.tar.gz][tar2] ([sum][sum2])

It is rebuilt from the `master` branch of the [Nagios Plugins
repository][repository] whenever that branch changes.  Snapshots built from
other development branches are also available in the [snapshot
directory][snapshot] of the [download area][download].

## Nagios::Plugin

The Nagios::Plugin module is available from [CPAN][cpan]:

* <http://search.cpan.org/dist/Nagios-Plugin/>

## NagiosMIB

The current NagiosMIB tarball is available from here:

* [nagiosmib-<!--{mib_release}-->.tar.gz][tar3] ([sum][sum3])

Old versions can be found in the [download area][download].

[announcement]: {{release_notes}} "Release Announcement"
[mirror]: ftp://ftp.fu-berlin.de/unix/network/nagios-plugins/ "FTP Mirror"
[repository]: https://github.com/nagios-plugins/nagios-plugins "Nagios Plugins Git Repository"
[news]: doc/news.txt "NEWS"
[download]: download/ "Download Area"
[snapshot]: download/snapshot/ "Snapshot Directory"
[cpan]: http://www.cpan.org/ "CPAN"
[tar1]: download/nagios-plugins-{{plugins_release}}.tar.gz "Current Release Tarball"
[sum1]: download/nagios-plugins-{{plugins_release}}.tar.gz.sha1 "SHA-1 Sum"
[tar2]: download/snapshot/nagios-plugins-master.tar.gz "Current Snapshot Tarball"
[sum2]: download/snapshot/nagios-plugins-master.tar.gz.sha1 "SHA-1 Sum"
[tar3]: download/nagiosmib-{{mib_release}}.tar.gz "Current NagiosMIB Tarball"
[sum3]: download/nagiosmib-{{mib_release}}.tar.gz.sha1 "SHA-1 Sum"

<!--% # vim:set filetype=markdown textwidth=78 joinspaces: # %-->