summaryrefslogtreecommitdiffstats
path: root/bin
AgeCommit message (Collapse)AuthorFilesLines
2020-12-07Revert "Remove FTP mirror from Korea"Holger Weiss1-0/+18
This reverts commit 6956b8f90a830a18e7d591a524ddda8502e8bbc0. The mirror from Korea seems to be back. Conflicts: bin/check-mirrors web/input/download.md
2020-12-07Update mirror from China to use HTTPHolger Weiss1-2/+0
mirrors.ustc.edu.cn no longer offers FTP access.
2020-02-13Add FTP mirror from the USAHolger Weiss1-0/+19
ftp.osuosl.org is now mirroring our repository.
2020-02-10Remove FTP mirror from KoreaHolger Weiss1-18/+0
ftp.kaist.ac.kr seems to be dead.
2018-10-11Remove FTP mirror from SwitzerlandHolger Weiss1-18/+0
The SWITCHmirror service is going to be decommissioned.
2018-02-21Remove FTP mirror from the USHolger Weiss1-19/+0
mirror.jmu.edu is no longer updated.
2016-11-28bin/create-checksum: Fix --help outputHolger Weiss1-1/+1
2015-10-12Also build snapshots of "maint-x.y" branchesHolger Weiss1-1/+8
2015-10-08Drop "maint" branchHolger Weiss1-1/+1
Don't build snapshots from the "maint" branch, and don't push it to Coverity Scan. We're going to drop it in favor of "maint-x.y" branches.
2015-01-12Remove FTP mirror from ArgentinaHolger Weiss1-18/+0
mirror.fcaglp.unlp.edu.ar seems to be dead.
2014-10-15create-checksum: Fix usage messageHolger Weiss1-0/+2
Define the "$myself" variable.
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-25"build-snapshot" -> "build-snapshots"Holger Weiss1-0/+0
The script can build the snapshots for multiple branches in one go (and does that by default).
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-18bin/build-*: Replace "nagios-plugins"Holger Weiss2-4/+4
Replace "nagios-plugins" with "monitoring-plugins" in our build scripts.
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.