Age | Commit message (Collapse) | Author | Files | Lines |
|
Add ftp://mirror.switch.ch/mirror/nagios-plugins/ to our list of
mirrors.
|
|
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.
|
|
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".
|
|
Add an FTP server from Portugal and one from the United States to our
list of mirrors.
|
|
"Work dir" is a better description than "target dir".
|
|
Actually use the ~/libexec/poole script that's now maintained in this
repository.
|
|
Add the FTP mirrors from Argentina, Belgium, Greece, New Zealand, and
Korea.
|
|
Don't give up immediately if transferring the timestamp file failed.
|
|
Add ftp://mirror.bytemark.co.uk/nagios-plugins/ to our list of mirrors.
|
|
Note the update frequency of each of our mirrors in the check-mirrors
script.
|
|
Add ftp://mirror.mephi.ru/nagios-plugins/ to our list of mirrors.
|
|
Tell curl(1) to use --ftp-method 'nocwd', as all our mirrors support it.
See the man page for details.
|
|
Make sure that curl(1) won't hang forever.
|
|
Add a comment with contact addresses and other information for each of
our mirrors.
|
|
Our download area is now mirrored to:
{http,ftp,rsync}://mirrors.ustc.edu.cn/nagios-plugins/
|
|
Add a daily job that updates a timestamp file in our download area and
checks whether the FTP mirrors fetched the one from yesterday.
|
|
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.
|
|
Also build the documentation for "negate" and "urlize".
|
|
s/fourty/forty/
|
|
Fix the issue that the build-snapshot script failed to checkout existing
branches.
|
|
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.
|
|
|
|
Let the build-web-site script grab only the actual Poole source into the
temporary directory.
|
|
Serve https://www.nagios-plugins.org:444/ from the "test" branch of this
repository.
|
|
Fix the problem that build-snapshot failed to checkout remote branches.
|
|
Build snapshot only once if multiple branches point(ed) to the same
commit.
|
|
Import the Nagios Plugins web site, Cronjobs, infrastructure scripts,
and configuration files.
|