summaryrefslogtreecommitdiffstats
path: root/web/input/download.md
blob: 6f091074e0107c7de514c4f3d7b44753b951a748 (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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
title: Download
parent: Home
menu: 3
---

# Download

## Monitoring Plugins

### Stable Release

The current stable Monitoring 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
are FTP mirrors available in [Argentina][mirror-ar], [Belgium][mirror-be],
[China][mirror-cn], [Germany][mirror-de], [Greece][mirror-gr],
[Korea][mirror-kr], [New Zealand][mirror-nz], [Portugal][mirror-pt],
[Russia][mirror-ru], [Sweden][mirror-se], [Switzerland][mirror-ch], the
[UK][mirror-uk], and the [USA][mirror-us].

### 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 [Monitoring 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 [within][mib] the [download area][download].

[announcement]: {{release_notes}} "Release Announcement"
[mirror-ar]: ftp://mirror.fcaglp.unlp.edu.ar/nagios/plugins/ "FTP Mirror in Argentina"
[mirror-be]: ftp://ftp.belnet.be/mirror/nagios-plugins.org/ "FTP Mirror in Belgium"
[mirror-cn]: ftp://mirrors.ustc.edu.cn/nagios-plugins/ "FTP Mirror in China"
[mirror-de]: ftp://ftp.fu-berlin.de/unix/network/nagios-plugins/ "FTP Mirror in Germany"
[mirror-gr]: ftp://ftp.cc.uoc.gr/mirrors/nagios/nagios-plugins/ "FTP Mirror in Greece"
[mirror-kr]: ftp://ftp.kaist.ac.kr/nagios-plugins/ "FTP Mirror in Korea"
[mirror-nz]: ftp://mirror.webtastix.net/nagios-plugins/ "FTP Mirror in New Zealand"
[mirror-pt]: ftp://mirrors.fe.up.pt/pub/nagios-plugins/ "FTP Mirror in Portugal"
[mirror-ru]: ftp://mirror.mephi.ru/nagios-plugins/ "FTP Mirror in Russia"
[mirror-se]: ftp://ftp.lysator.liu.se/pub/nagios-plugins/ "FTP Mirror in Sweden"
[mirror-ch]: ftp://mirror.switch.ch/mirror/nagios-plugins/ "FTP Mirror in Switzerland"
[mirror-uk]: ftp://mirror.bytemark.co.uk/nagios-plugins/ "FTP Mirror in the United Kingdom"
[mirror-us]: ftp://mirror.jmu.edu/pub/nagios-plugins/ "FTP Mirror in the United States"
[repository]: https://github.com/monitoring-plugins/monitoring-plugins "Nagios Plugins Git Repository"
[news]: doc/news.txt "NEWS"
[download]: download/ "Download Area"
[snapshot]: download/snapshot/ "Snapshot Directory"
[mib]: download/mib/ "NagiosMIB 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/mib/nagiosmib-{{mib_release}}.tar.gz "Current NagiosMIB Tarball"
[sum3]: download/mib/nagiosmib-{{mib_release}}.tar.gz.sha1 "SHA-1 Sum"

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