diff options
author | Holger Weiss <holger@zedat.fu-berlin.de> | 2014-01-20 12:50:16 (GMT) |
---|---|---|
committer | Holger Weiss <holger@zedat.fu-berlin.de> | 2014-01-20 12:50:16 (GMT) |
commit | 8318118111e9cdf1160902f6db0c00add1b0aecb (patch) | |
tree | 9ebd2940e75a82da7caa965de0067bd59e760cb8 /bin/check-mirrors | |
parent | 7da4671762aa29ba9c5beccc2381cf3e86470a77 (diff) | |
download | site-8318118111e9cdf1160902f6db0c00add1b0aecb.tar.gz |
Remove most FTP mirrors for the moment
We need to inform the mirror maintainers of the new project name.
Diffstat (limited to 'bin/check-mirrors')
-rwxr-xr-x | bin/check-mirrors | 51 |
1 files changed, 20 insertions, 31 deletions
diff --git a/bin/check-mirrors b/bin/check-mirrors index d206545..eaeb8d3 100755 --- a/bin/check-mirrors +++ b/bin/check-mirrors | |||
@@ -12,28 +12,34 @@ | |||
12 | # ANY WARRANTY, to the extent permitted by law; without even the implied | 12 | # ANY WARRANTY, to the extent permitted by law; without even the implied |
13 | # warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | 13 | # warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. |
14 | 14 | ||
15 | #mirrors=' | ||
16 | # ftp://ftp.fu-berlin.de/unix/network/nagios-plugins/ | ||
17 | # ftp://ftp.lysator.liu.se/pub/nagios-plugins/ | ||
18 | # ftp://ftp.belnet.be/mirror/nagios-plugins.org/ | ||
19 | # ftp://ftp.cc.uoc.gr/mirrors/nagios/nagios-plugins/ | ||
20 | # ftp://mirrors.fe.up.pt/pub/nagios-plugins/ | ||
21 | # ftp://mirror.switch.ch/mirror/nagios-plugins/ | ||
22 | # ftp://mirror.bytemark.co.uk/nagios-plugins/ | ||
23 | # ftp://mirror.jmu.edu/pub/nagios-plugins/ | ||
24 | # ftp://mirror.fcaglp.unlp.edu.ar/nagios/plugins/ | ||
25 | # ftp://mirror.webtastix.net/nagios-plugins/ | ||
26 | # ftp://mirror.mephi.ru/nagios-plugins/ | ||
27 | # ftp://mirrors.ustc.edu.cn/nagios-plugins/ | ||
28 | # ftp://ftp.kaist.ac.kr/nagios-plugins/ | ||
29 | #' | ||
30 | |||
15 | mirrors=' | 31 | mirrors=' |
16 | ftp://ftp.fu-berlin.de/unix/network/nagios-plugins/ | 32 | ftp://ftp.fu-berlin.de/unix/network/nagios-plugins/ |
17 | ftp://ftp.lysator.liu.se/pub/nagios-plugins/ | ||
18 | ftp://ftp.belnet.be/mirror/nagios-plugins.org/ | ||
19 | ftp://ftp.cc.uoc.gr/mirrors/nagios/nagios-plugins/ | ||
20 | ftp://mirrors.fe.up.pt/pub/nagios-plugins/ | ||
21 | ftp://mirror.switch.ch/mirror/nagios-plugins/ | 33 | ftp://mirror.switch.ch/mirror/nagios-plugins/ |
22 | ftp://mirror.bytemark.co.uk/nagios-plugins/ | ||
23 | ftp://mirror.jmu.edu/pub/nagios-plugins/ | ||
24 | ftp://mirror.fcaglp.unlp.edu.ar/nagios/plugins/ | ||
25 | ftp://mirror.webtastix.net/nagios-plugins/ | ||
26 | ftp://mirror.mephi.ru/nagios-plugins/ | ||
27 | ftp://mirrors.ustc.edu.cn/nagios-plugins/ | ||
28 | ftp://ftp.kaist.ac.kr/nagios-plugins/ | ||
29 | ' | 34 | ' |
35 | |||
30 | # | 36 | # |
31 | # Our mirrors: | 37 | # Our mirrors: |
32 | # | 38 | # |
33 | # GERMANY | 39 | # GERMANY |
34 | # | 40 | # |
35 | # URLs: | 41 | # URLs: |
36 | # - ftp://ftp.fu-berlin.de/unix/network/nagios-plugins/ | 42 | # - ftp://ftp.fu-berlin.de/unix/network/monitoring-plugins/ |
37 | # | 43 | # |
38 | # Features: | 44 | # Features: |
39 | # - IPv4 | 45 | # - IPv4 |
@@ -85,23 +91,6 @@ mirrors=' | |||
85 | # Home page: | 91 | # Home page: |
86 | # - http://www.belnet.be/ | 92 | # - http://www.belnet.be/ |
87 | # | 93 | # |
88 | # SWITZERLAND | ||
89 | # | ||
90 | # URLs: | ||
91 | # - ftp://mirror.switch.ch/mirror/nagios-plugins/ | ||
92 | # - http://mirror.switch.ch/ftp/mirror/nagios-plugins/ | ||
93 | # | ||
94 | # Features: | ||
95 | # - IPv4 | ||
96 | # - IPv6 | ||
97 | # - Updated daily | ||
98 | # | ||
99 | # Contacts: | ||
100 | # - Kaspar Brand <switchmirror AT switch.ch> | ||
101 | # | ||
102 | # Home page: | ||
103 | # - http://mirror.switch.ch/ | ||
104 | # | ||
105 | # GREECE | 94 | # GREECE |
106 | # | 95 | # |
107 | # URLs: | 96 | # URLs: |
@@ -140,8 +129,8 @@ mirrors=' | |||
140 | # SWITZERLAND | 129 | # SWITZERLAND |
141 | # | 130 | # |
142 | # URLs: | 131 | # URLs: |
143 | # - ftp://mirror.switch.ch/mirror/nagios-plugins/ | 132 | # - ftp://mirror.switch.ch/mirror/monitoring-plugins/ |
144 | # - http://mirror.switch.ch/ftp/mirror/nagios-plugins/ | 133 | # - http://mirror.switch.ch/ftp/mirror/monitoring-plugins/ |
145 | # | 134 | # |
146 | # Features: | 135 | # Features: |
147 | # - IPv4 | 136 | # - IPv4 |