summaryrefslogtreecommitdiffstats
path: root/bin
AgeCommit message (Collapse)AuthorFilesLines
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-08build-web-site: Rename variablesHolger Weiss1-10/+10
"Work dir" is a better description than "target dir".
2014-01-08build-web-site: Use poole script in ~/libexecHolger Weiss1-2/+2
Actually use the ~/libexec/poole script that's now maintained in this repository.
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.
2013-10-28build-snapshot: Don't remove current snapshotsHolger Weiss1-1/+1
Fix a bug that resulted in the deletion of current snapshots: While comparing the snapshot tarball filenames with the list of symbolic link targets, we failed to strip the directory components from the snapshot pathname.
2013-10-15bin/build-docs: Build "negate.md" and "urlize.md"Holger Weiss1-12/+15
Also build the documentation for "negate" and "urlize".
2013-10-14git-mirror: Fix typo in variable nameHolger Weiss1-2/+2
s/fourty/forty/
2013-10-08build-snapshot: Don't forget to checkout branchHolger Weiss1-2/+6
Fix the issue that the build-snapshot script failed to checkout existing branches.
2013-10-08build-snapshot: Remove only unreferenced old filesHolger Weiss1-2/+24
Make sure that no symlink points to an old snapshot before cleaning it up. Also, don't check for dangling symlinks, as they should not occur anymore.
2013-10-08git-mirror: Apply minor cosmeticsHolger Weiss1-1/+1
2013-10-05build-web-site: Don't copy web/attachments aroundHolger Weiss1-6/+11
Let the build-web-site script grab only the actual Poole source into the temporary directory.
2013-10-04Add test instance of the web siteHolger Weiss2-21/+47
Serve https://www.nagios-plugins.org:444/ from the "test" branch of this repository.
2013-10-03build-snapshot: Fix building non-"master" branchesHolger Weiss1-3/+5
Fix the problem that build-snapshot failed to checkout remote branches.
2013-10-03build-snapshot: Don't rebuild existing snapshotsHolger Weiss1-4/+7
Build snapshot only once if multiple branches point(ed) to the same commit.
2013-09-29Import Nagios Plugins siteHolger Weiss6-0/+373
Import the Nagios Plugins web site, Cronjobs, infrastructure scripts, and configuration files.