summaryrefslogtreecommitdiffstats
path: root/bin/check-mirrors
AgeCommit message (Collapse)AuthorFilesLines
2014-04-11Re-add the mirror from ChinaHolger Weiss1-0/+20
Add ftp://mirrors.ustc.edu.cn/monitoring-plugins/ to our list of mirrors.
2014-01-29check-mirrors: Mention mirror update frequenceHolger Weiss1-0/+1
Note that ftp://mirror.is.co.za/mirror/monitoring-plugins.org/ is updated twice a day.
2014-01-28Add FTP mirror from South AfricaHolger Weiss1-0/+17
Add ftp://mirror.is.co.za/mirror/monitoring-plugins.org/ to our list of mirrors.
2014-01-24Re-add the list of FTP mirrorsHolger Weiss1-53/+28
All our previous FTP mirrors except for the one from China were updated to mirror rsync.monitoring-plugins.org.
2014-01-20Remove most FTP mirrors for the momentHolger Weiss1-31/+20
We need to inform the mirror maintainers of the new project name.
2014-01-13Add FTP mirror from SwitzerlandHolger Weiss1-0/+35
Add ftp://mirror.switch.ch/mirror/nagios-plugins/ to our list of mirrors.
2014-01-08check-mirrors: Use ncftpget(1) instead of curl(1)Holger Weiss1-3/+3
Some of our FTP mirrors seem to have trouble with active mode, others with passive mode. Unlike curl(1), ncftpget(1) supports falling back to active mode if passive mode fails.
2014-01-08check-mirrors: Use active FTP modeHolger Weiss1-1/+1
Accessing ftp://mirrors.fe.up.pt/pub/nagios-plugins/ is very slow when passive mode is used. As the EPSV command seems to be the culprit, an alternative would be to specify "--disable-epsv".
2014-01-08Add another two FTP mirrorsHolger Weiss1-0/+38
Add an FTP server from Portugal and one from the United States to our list of mirrors.
2014-01-08Add more FTP mirrorsHolger Weiss1-0/+90
Add the FTP mirrors from Argentina, Belgium, Greece, New Zealand, and Korea.
2014-01-01check-mirrors: Have curl(1) retry FTP transfersHolger Weiss1-1/+2
Don't give up immediately if transferring the timestamp file failed.
2013-12-31Add FTP mirror from the United KingdomHolger Weiss1-0/+19
Add ftp://mirror.bytemark.co.uk/nagios-plugins/ to our list of mirrors.
2013-12-29check-mirrors: Mention update frequency of mirrorsHolger Weiss1-0/+4
Note the update frequency of each of our mirrors in the check-mirrors script.
2013-12-29Add FTP mirror from RussiaHolger Weiss1-0/+19
Add ftp://mirror.mephi.ru/nagios-plugins/ to our list of mirrors.
2013-12-29check-mirrors: Use curl(1)'s --ftp-method 'nocwd'Holger Weiss1-1/+1
Tell curl(1) to use --ftp-method 'nocwd', as all our mirrors support it. See the man page for details.
2013-12-29check-mirrors: Add a timeoutHolger Weiss1-1/+1
Make sure that curl(1) won't hang forever.
2013-12-29check-mirrors: Add contact informationHolger Weiss1-5/+63
Add a comment with contact addresses and other information for each of our mirrors.
2013-12-29check-mirrors: Add a mirror in ChinaHolger Weiss1-0/+1
Our download area is now mirrored to: {http,ftp,rsync}://mirrors.ustc.edu.cn/nagios-plugins/
2013-12-28Let Cron check our FTP mirrorsHolger Weiss1-0/+47
Add a daily job that updates a timestamp file in our download area and checks whether the FTP mirrors fetched the one from yesterday.