diff options
-rwxr-xr-x | bin/check-mirrors | 19 | ||||
-rw-r--r-- | web/input/download.md | 8 |
2 files changed, 24 insertions, 3 deletions
diff --git a/bin/check-mirrors b/bin/check-mirrors index 41727e9..28c80a0 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.mephi.ru/nagios-plugins/ | ||
18 | ftp://mirrors.ustc.edu.cn/nagios-plugins/ | 19 | ftp://mirrors.ustc.edu.cn/nagios-plugins/ |
19 | ' | 20 | ' |
20 | # | 21 | # |
@@ -56,6 +57,24 @@ mirrors=' | |||
56 | # Home page: | 57 | # Home page: |
57 | # - http://www.lysator.liu.se/english.html | 58 | # - http://www.lysator.liu.se/english.html |
58 | # | 59 | # |
60 | # RUSSIA | ||
61 | # | ||
62 | # URLs: | ||
63 | # - ftp://mirror.mephi.ru/nagios-plugins/ | ||
64 | # - http://mirror.mephi.ru/nagios-plugins/ | ||
65 | # - rsync://mirror.mephi.ru/nagios-plugins/ | ||
66 | # | ||
67 | # Features: | ||
68 | # - IPv4 | ||
69 | # | ||
70 | # Contacts: | ||
71 | # - Mirror Admins <mirror-private AT ut.mephi.ru> | ||
72 | # - Andrew Savchenko <bircoph AT ut.mephi.ru> | ||
73 | # - Dmitry Okunev <dyokunev AT ut.mephi.ru> | ||
74 | # | ||
75 | # Home page: | ||
76 | # - http://eng.mephi.ru/ | ||
77 | # | ||
59 | # CHINA | 78 | # CHINA |
60 | # | 79 | # |
61 | # URLs: | 80 | # URLs: |
diff --git a/web/input/download.md b/web/input/download.md index 27ec85c..be55f02 100644 --- a/web/input/download.md +++ b/web/input/download.md | |||
@@ -16,9 +16,10 @@ here: | |||
16 | * [nagios-plugins-<!--{plugins_release}-->.tar.gz][tar1] ([sum][sum1]) | 16 | * [nagios-plugins-<!--{plugins_release}-->.tar.gz][tar1] ([sum][sum1]) |
17 | 17 | ||
18 | See the [release history][news] for an overview of changes between earlier | 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]. There | 19 | versions. Old releases can be found in the [download area][download]. |
20 | are FTP mirrors available in [China][mirror-cn], [Germany][mirror-de], and | 20 | |
21 | [Sweden][mirror-se]. | 21 | There are FTP mirrors available in [China][mirror-cn], [Germany][mirror-de], |
22 | [Russia][mirror-ru], and [Sweden][mirror-se]. | ||
22 | 23 | ||
23 | ### Development Snapshot | 24 | ### Development Snapshot |
24 | 25 | ||
@@ -48,6 +49,7 @@ Old versions can be found [within][mib] the [download area][download]. | |||
48 | [announcement]: {{release_notes}} "Release Announcement" | 49 | [announcement]: {{release_notes}} "Release Announcement" |
49 | [mirror-cn]: ftp://mirrors.ustc.edu.cn/nagios-plugins/ "FTP Mirror in China" | 50 | [mirror-cn]: ftp://mirrors.ustc.edu.cn/nagios-plugins/ "FTP Mirror in China" |
50 | [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" | ||
51 | [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" |
52 | [repository]: https://github.com/nagios-plugins/nagios-plugins "Nagios Plugins Git Repository" | 54 | [repository]: https://github.com/nagios-plugins/nagios-plugins "Nagios Plugins Git Repository" |
53 | [news]: doc/news.txt "NEWS" | 55 | [news]: doc/news.txt "NEWS" |