Age | Commit message (Collapse) | Author | Files | Lines |
|
We no longer forward GitHub notifications to the mailing list.
|
|
We switched from StartSSL to Let's Encrypt. The certificate is now
updated via Cron.
|
|
The old certificate will expire soon.
|
|
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.
|
|
Use the SHA-2 versions of the StartSSL CA/intermediate certificates.
|
|
|
|
The old certificate expired.
|
|
Let Coverity Scan check our "maint" and "master" branches once per week.
Currently, Coverity Scan permits up to 8 builds per week for projects
with 100K to 500K lines of code:
https://scan.coverity.com/faq#frequency
|
|
The old certificate expired.
|
|
Save the original emails into a "backup" folder.
|
|
Replace the nagios-plugins.org certificate with the one for
monitoring-plugins.org, and update the README file.
|
|
Reduce the number of formail(1) calls, and make things a bit more
readable.
|
|
Our procmailrc probably isn't immediately obvious.
|
|
Add an X-Original-From to all emails touched by procmail(1). All emails
are forwarded (as long as there's no loop), so that header line might
always be interesting.
|
|
Have GitHub send notifications to plugins+github@, and try to
distinguish actual user comments from mere status change reports. Right
now, both types of notifications are forwarded to the devel@ list, but
in the future, we could choose to omit the status change emails.
While at it, the messages are also modified to make them more suitable
for being forwarded to a mailing list.
|
|
|
|
Make our mailing list archives temporarily available for Gmane.
|
|
The renamed repositories should be in a usable state now.
|
|
It should suffice to specify the cerificate/key file paths in the
"default_server" block.
|
|
Our plugins/t/check_http.t checks <http://test.monitoring-plugins.org/>.
|
|
This is a first step of replacing the name "Nagios Plugins" with
"Monitoring Plugins" where appriopriate. Some news items and FAQ
entries are also created or updated. More to come.
|
|
"presentation.html" is a little too generic.
|
|
The timestamp file is used for checking mirrors and should be hidden
from the user. (By the way: The Fancy Index module would hide dot files
automatically, but some FTP servers don't serve them.)
|
|
Add a daily job that updates a timestamp file in our download area and
checks whether the FTP mirrors fetched the one from yesterday.
|
|
Append "?C=M&O=D" to /download/ URLs:
/*
* Determine the sorting criteria. URL arguments look like:
*
* C=x[&O=y]
*
* Where x={M,S,N} and y={A,D}
*/
[ https://github.com/aperezdc/ngx-fancyindex/blob/master/ngx_http_fancyindex_module.c ]
|
|
Match against /download/ before matching against /attachments/.
|
|
Many sites have links to our New Threshold Syntax proposal, so lets put
it back online. However, as we decided not to implement the New
Threshold Syntax anytime soon, we currently don't add a link to the
proposal on our own web site.
|
|
|
|
Use <https://www.nagios-plugins.org/support.html> as the mailing lists
overview page.
|
|
Let Nginx listen on 130.133.8.40 instead of 0.0.0.0, and allow for serving
additional SSL domains.
|
|
Let Nginx use exact "location" matches whenever possible.
|
|
Initial support for News pages had been committed already, this commit
completes that support and adds an actual News page. News pages (with
up to ten articles) are auto-created from any pages that have the "date"
attribute set.
|
|
Redirect /taxonomy/term/2 to /doc/presentation.html. The old URI is
referenced e.g. here:
http://exchange.nagios.org/directory/Tutorials/Nagios-Core-Tutorials/How-to-Write-Great-Nagios-Plugins-in-Perl--2D-FOSDEM-2007/details
|
|
This is just cosmetics.
|
|
Serve https://www.nagios-plugins.org:444/ from the "test" branch of this
repository.
|
|
E.g., <http://www.nagios.org/download/plugins> currently has a reference
to /snapshot/nagios-plugins-HEAD.tar.gz ...
|
|
Match only "^/guidelines$", not "^/guidelines.*".
|
|
Import the --extra-opts documentation from our old site. The --help
output of plugins refers to <http://nagiosplugins.org/extra-opts>.
|
|
Import the Nagios Plugins web site, Cronjobs, infrastructure scripts,
and configuration files.
|