diff options
author | Holger Weiss <holger@zedat.fu-berlin.de> | 2013-12-29 08:38:40 (GMT) |
---|---|---|
committer | Holger Weiss <holger@zedat.fu-berlin.de> | 2013-12-29 08:38:40 (GMT) |
commit | 8134f53bfbcabff9689b8054dabd47c52a75723e (patch) | |
tree | 6b0c6d8f7ea721268ca7c2d8e79984d338c20adf /bin/check-mirrors | |
parent | afa0bce412f50e2b2ea379c2e8376d6d0d623b22 (diff) | |
download | site-8134f53bfbcabff9689b8054dabd47c52a75723e.tar.gz |
check-mirrors: Add a mirror in China
Our download area is now mirrored to:
{http,ftp,rsync}://mirrors.ustc.edu.cn/nagios-plugins/
Diffstat (limited to 'bin/check-mirrors')
-rwxr-xr-x | bin/check-mirrors | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/check-mirrors b/bin/check-mirrors index ed37c38..7f087ee 100755 --- a/bin/check-mirrors +++ b/bin/check-mirrors | |||
@@ -21,6 +21,7 @@ export PATH='/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin' | |||
21 | mirrors=' | 21 | mirrors=' |
22 | ftp://ftp.fu-berlin.de/unix/network/nagios-plugins/ | 22 | ftp://ftp.fu-berlin.de/unix/network/nagios-plugins/ |
23 | ftp://ftp.lysator.liu.se/pub/nagios-plugins/ | 23 | ftp://ftp.lysator.liu.se/pub/nagios-plugins/ |
24 | ftp://mirrors.ustc.edu.cn/nagios-plugins/ | ||
24 | ' | 25 | ' |
25 | prefix='/home/plugins' | 26 | prefix='/home/plugins' |
26 | myself=${0##*/} | 27 | myself=${0##*/} |