From 0b6423f9c99d9edf8c96fefd0f6c453859395aa1 Mon Sep 17 00:00:00 2001 From: Holger Weiss Date: Mon, 30 Sep 2013 00:03:24 +0200 Subject: Import Nagios Plugins site Import the Nagios Plugins web site, Cronjobs, infrastructure scripts, and configuration files. --- web/content/download.md | 59 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100644 web/content/download.md (limited to 'web/content/download.md') 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 @@ +title: Download +parent: Home +menu-position: 2 +--- + +# Download + +## Nagios Plugins + +### Stable Release + +The current stable Nagios Plugins release is . You +can grab the source tarball from here: + +* [nagios-plugins-.tar.gz][tar1] ([sum][sum1]) + +See the [release history][news] for a summary of changes between 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]: + +* + +## NagiosMIB + +The current NagiosMIB tarball is available from here: + +* [nagiosmib-.tar.gz][tar3] ([sum][sum3]) + +Old versions can be found in the [download area][download]. + +[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" + + -- cgit v1.2.3-74-g34f1