summaryrefslogtreecommitdiffstats
path: root/etc
AgeCommit message (Collapse)AuthorFilesLines
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.