summaryrefslogtreecommitdiffstats
path: root/web/input/download.md
blob: 56407dcef32bb956f9f4a5018ebb0615c926005c (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
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:

* [monitoring-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 [Belgium][mirror-be], [China][mirror-cn],
[Germany][mirror-de], [Greece][mirror-gr], [New Zealand][mirror-nz],
[Portugal][mirror-pt], [Russia][mirror-ru], [South Africa][mirror-za],
[Sweden][mirror-se], and the [UK][mirror-uk].

### Development Snapshot

The current development shapshot is available here:

* [monitoring-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].

## Monitoring::Plugin

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

* <http://search.cpan.org/dist/Monitoring-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-be]: ftp://ftp.belnet.be/mirror/nagios-plugins.org/ "FTP Mirror in Belgium"
[mirror-cn]: ftp://mirrors.ustc.edu.cn/monitoring-plugins/ "FTP Mirror in China"
[mirror-de]: ftp://ftp.fu-berlin.de/unix/network/monitoring-plugins/ "FTP Mirror in Germany"
[mirror-gr]: ftp://ftp.cc.uoc.gr/mirrors/monitoring-plugins/ "FTP Mirror in Greece"
[mirror-nz]: ftp://mirror.webtastix.net/monitoring-plugins/ "FTP Mirror in New Zealand"
[mirror-pt]: ftp://mirrors.fe.up.pt/pub/monitoring-plugins/ "FTP Mirror in Portugal"
[mirror-ru]: ftp://mirror.mephi.ru/nagios-plugins/ "FTP Mirror in Russia"
[mirror-za]: ftp://mirror.is.co.za/mirror/monitoring-plugins.org/ "FTP Mirror in South Africa"
[mirror-se]: ftp://ftp.lysator.liu.se/pub/monitoring-plugins/ "FTP Mirror in Sweden"
[mirror-uk]: ftp://mirror.bytemark.co.uk/monitoring-plugins/ "FTP Mirror in the United Kingdom"
[repository]: https://github.com/monitoring-plugins/monitoring-plugins "Monitoring 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/monitoring-plugins-{{plugins_release}}.tar.gz "Current Release Tarball"
[sum1]: download/monitoring-plugins-{{plugins_release}}.tar.gz.sha1 "SHA-1 Sum"
[tar2]: download/snapshot/monitoring-plugins-master.tar.gz "Current Snapshot Tarball"
[sum2]: download/snapshot/monitoring-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 expandtab: # %-->