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