summaryrefslogtreecommitdiffstats
path: root/etc
AgeCommit message (Collapse)AuthorFilesLines
2016-11-29Remove Procmail filter for plugins@ addressHolger Weiss1-38/+0
We no longer forward GitHub notifications to the mailing list.
2016-11-29Remove StartSSL certificateHolger Weiss5-125/+4
We switched from StartSSL to Let's Encrypt. The certificate is now updated via Cron.
2016-09-07Update web site certificateHolger Weiss1-113/+69
The old certificate will expire soon.
2015-10-08Drop "maint" branchHolger Weiss1-1/+0
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-09-16Update StartSSL CA/intermediate certificatesHolger Weiss1-60/+57
Use the SHA-2 versions of the StartSSL CA/intermediate certificates.
2015-09-16Use custom DH parameters and limit TLS ciphersHolger Weiss2-0/+14
2015-09-16Update web site certificateHolger Weiss2-68/+67
The old certificate expired.
2015-04-13Submit code to Coverity Scan via CronHolger Weiss1-1/+3
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
2014-09-16Update web site certificateHolger Weiss1-10/+10
The old certificate expired.
2014-03-02procmailrc: Create a "backup" folderHolger Weiss1-0/+4
Save the original emails into a "backup" folder.
2014-02-03etc/ssl: Replace nagios-plugins.org certificateHolger Weiss4-71/+71
Replace the nagios-plugins.org certificate with the one for monitoring-plugins.org, and update the README file.
2014-02-03procmailrc: Reduce number of formail(1) callsHolger Weiss1-27/+15
Reduce the number of formail(1) calls, and make things a bit more readable.
2014-02-02procmailrc: Add a commentHolger Weiss1-0/+3
Our procmailrc probably isn't immediately obvious.
2014-02-02procmailrc: Add X-Original-From to all emailsHolger Weiss1-4/+5
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.
2014-02-02Filter GitHub notification emailsHolger Weiss2-1/+42
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.
2014-01-25"Nagios" -> "Monitoring" againHolger Weiss1-1/+1
2014-01-23Make Mailman archives available for GmaneHolger Weiss1-0/+10
Make our mailing list archives temporarily available for Gmane.
2014-01-22crontab: Re-enable Git mirrorsHolger Weiss1-1/+1
The renamed repositories should be in a usable state now.
2014-01-20Nginx: Remove duplicated cerificate configurationHolger Weiss1-2/+0
It should suffice to specify the cerificate/key file paths in the "default_server" block.
2014-01-20Nginx: Serve http://test.monitoring-plugins.org/Holger Weiss1-0/+15
Our plugins/t/check_http.t checks <http://test.monitoring-plugins.org/>.
2014-01-14Rename Nagios Plugins to Monitoring PluginsHolger Weiss2-14/+14
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.
2014-01-14Rename /doc/presentation.htmlHolger Weiss1-1/+1
"presentation.html" is a little too generic.
2013-12-28Hide the /download/timestamp fileHolger Weiss1-0/+1
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.)
2013-12-28Let Cron check our FTP mirrorsHolger Weiss1-0/+1
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-11-29Nginx: Sort /download/ files by modification timeHolger Weiss1-0/+4
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 ]
2013-11-29Nginx: Cosmetic changeHolger Weiss1-3/+3
Match against /download/ before matching against /attachments/.
2013-10-27Import New Threshold Syntax proposalHolger Weiss1-0/+3
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.
2013-10-22Ngnix: Point /archive/ to Pipermail archivesHolger Weiss1-0/+3
2013-10-21Let Nginx hide Mailman's "listinfo" index pageHolger Weiss1-2/+2
Use <https://www.nagios-plugins.org/support.html> as the mailing lists overview page.
2013-10-19Let Nginx listen on specific IP addressHolger Weiss2-12/+12
Let Nginx listen on 130.133.8.40 instead of 0.0.0.0, and allow for serving additional SSL domains.
2013-10-14etc/nginx/site.conf: Use exact matches if possibleHolger Weiss1-6/+6
Let Nginx use exact "location" matches whenever possible.
2013-10-13Add an actual News pageHolger Weiss1-0/+3
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.
2013-10-08Redirect /taxonomy/term/2Holger Weiss1-0/+3
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
2013-10-06Rename /media directory to /resourcesHolger Weiss1-2/+2
This is just cosmetics.
2013-10-04Add test instance of the web siteHolger Weiss1-1/+8
Serve https://www.nagios-plugins.org:444/ from the "test" branch of this repository.
2013-09-30Redirect requests for nagios-plugins-HEAD.tar.gzHolger Weiss1-0/+3
E.g., <http://www.nagios.org/download/plugins> currently has a reference to /snapshot/nagios-plugins-HEAD.tar.gz ...
2013-09-29site.conf: Fix regular expressionHolger Weiss1-1/+1
Match only "^/guidelines$", not "^/guidelines.*".
2013-09-29Add extra-opts documentationHolger Weiss1-1/+1
Import the --extra-opts documentation from our old site. The --help output of plugins refers to <http://nagiosplugins.org/extra-opts>.
2013-09-29Import Nagios Plugins siteHolger Weiss7-0/+252
Import the Nagios Plugins web site, Cronjobs, infrastructure scripts, and configuration files.