diff options
-rwxr-xr-x | bin/check-mirrors | 19 | ||||
-rw-r--r-- | web/input/download.md | 3 |
2 files changed, 21 insertions, 1 deletions
diff --git a/bin/check-mirrors b/bin/check-mirrors index 82af864..f1fb6fd 100755 --- a/bin/check-mirrors +++ b/bin/check-mirrors | |||
@@ -15,6 +15,7 @@ | |||
15 | mirrors=' | 15 | mirrors=' |
16 | ftp://ftp.fu-berlin.de/unix/network/nagios-plugins/ | 16 | ftp://ftp.fu-berlin.de/unix/network/nagios-plugins/ |
17 | ftp://ftp.lysator.liu.se/pub/nagios-plugins/ | 17 | ftp://ftp.lysator.liu.se/pub/nagios-plugins/ |
18 | ftp://mirror.bytemark.co.uk/nagios-plugins/ | ||
18 | ftp://mirror.mephi.ru/nagios-plugins/ | 19 | ftp://mirror.mephi.ru/nagios-plugins/ |
19 | ftp://mirrors.ustc.edu.cn/nagios-plugins/ | 20 | ftp://mirrors.ustc.edu.cn/nagios-plugins/ |
20 | ' | 21 | ' |
@@ -59,6 +60,24 @@ mirrors=' | |||
59 | # Home page: | 60 | # Home page: |
60 | # - http://www.lysator.liu.se/english.html | 61 | # - http://www.lysator.liu.se/english.html |
61 | # | 62 | # |
63 | # UNITED KINGDOM | ||
64 | # | ||
65 | # URLs: | ||
66 | # - ftp://mirror.bytemark.co.uk/nagios-plugins/ | ||
67 | # - http://mirror.bytemark.co.uk/nagios-plugins/ | ||
68 | # - rsync://mirror.bytemark.co.uk/nagios-plugins/ (currently not available) | ||
69 | # | ||
70 | # Features: | ||
71 | # - IPv4 | ||
72 | # - IPv6 | ||
73 | # - Updated twice a day | ||
74 | # | ||
75 | # Contacts: | ||
76 | # - James Lawrie <support AT support.bytemark.co.uk> | ||
77 | # | ||
78 | # Home page: | ||
79 | # - http://www.bytemark.co.uk/ | ||
80 | # | ||
62 | # RUSSIA | 81 | # RUSSIA |
63 | # | 82 | # |
64 | # URLs: | 83 | # URLs: |
diff --git a/web/input/download.md b/web/input/download.md index be55f02..cefcb4c 100644 --- a/web/input/download.md +++ b/web/input/download.md | |||
@@ -19,7 +19,7 @@ See the [release history][news] for an overview of changes between earlier | |||
19 | versions. Old releases can be found in the [download area][download]. | 19 | versions. Old releases can be found in the [download area][download]. |
20 | 20 | ||
21 | There are FTP mirrors available in [China][mirror-cn], [Germany][mirror-de], | 21 | There are FTP mirrors available in [China][mirror-cn], [Germany][mirror-de], |
22 | [Russia][mirror-ru], and [Sweden][mirror-se]. | 22 | [Russia][mirror-ru], [Sweden][mirror-se], and the [United Kingdom][mirror-uk]. |
23 | 23 | ||
24 | ### Development Snapshot | 24 | ### Development Snapshot |
25 | 25 | ||
@@ -51,6 +51,7 @@ Old versions can be found [within][mib] the [download area][download]. | |||
51 | [mirror-de]: ftp://ftp.fu-berlin.de/unix/network/nagios-plugins/ "FTP Mirror in Germany" | 51 | [mirror-de]: ftp://ftp.fu-berlin.de/unix/network/nagios-plugins/ "FTP Mirror in Germany" |
52 | [mirror-ru]: ftp://mirror.mephi.ru/nagios-plugins/ "FTP Mirror in Russia" | 52 | [mirror-ru]: ftp://mirror.mephi.ru/nagios-plugins/ "FTP Mirror in Russia" |
53 | [mirror-se]: ftp://ftp.lysator.liu.se/pub/nagios-plugins/ "FTP Mirror in Sweden" | 53 | [mirror-se]: ftp://ftp.lysator.liu.se/pub/nagios-plugins/ "FTP Mirror in Sweden" |
54 | [mirror-uk]: ftp://mirror.bytemark.co.uk/nagios-plugins/ "FTP Mirror in the United Kingdom" | ||
54 | [repository]: https://github.com/nagios-plugins/nagios-plugins "Nagios Plugins Git Repository" | 55 | [repository]: https://github.com/nagios-plugins/nagios-plugins "Nagios Plugins Git Repository" |
55 | [news]: doc/news.txt "NEWS" | 56 | [news]: doc/news.txt "NEWS" |
56 | [download]: download/ "Download Area" | 57 | [download]: download/ "Download Area" |