summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2014-09-16Update web site certificateHolger Weiss1-10/+10
The old certificate expired.
2014-08-10index.md: s/Nagios/monitoring software/Holger Weiss1-2/+2
NAGIOS-NOTIFY-MIB traps could be triggered using non-Nagios software.
2014-07-20don't make thinks too worseJan Wagner1-4/+5
2014-07-15FAQ: "Update" instead of "Migration"Holger Weiss2-6/+6
Most users just "update" from our previous releases, they don't "migrate" from another project.
2014-07-15doc/faq/migration.md: Don't duplicate other docsHolger Weiss1-6/+3
We shouldn't attempt to document Nagios/Naemon/Icinga/whatever configurations on our site.
2014-07-14Add FAQ item for migration to Monitoring PluginsHolger Weiss2-0/+47
Document the migration from the Nagios Plugins to the Monitoring Plugins.
2014-07-14compilation.md: Bump example version numberHolger Weiss1-3/+3
2014-07-12web/README: Remove typoHolger Weiss1-1/+0
2014-07-11Fix tarball name: s/nagios/monitoring/Holger Weiss1-3/+3
The release tarball is now called "monitoring-plugins-2.0.tar.gz".
2014-07-11Publish the 2.0 release of the Monitoring PluginsHolger Weiss3-6/+102
2014-07-08development.md: Fix coverity branch URLHolger Weiss1-1/+1
We now have coverity/maint and coverity/master branches.
2014-07-07support.md: Mention "unsubscribe" in link textHolger Weiss1-4/+4
Make it a little more obvious to users where to unsubscribe from our mailing lists.
2014-06-18doc/faq/gnulib.md: Also take care of "build-aux"Holger Weiss1-2/+2
Gnulib also installs files into the "build-aux" directory.
2014-06-18Move State Retention docs to "Advanced Topics"Holger Weiss1-4/+4
As State Retention is actually implemented by now, it's no longer just a "Proposal".
2014-06-18extra-opts.md: Update configuration file locationsHolger Weiss1-12/+7
The list of default configuration file path names used by the Extra-Opts feature has changed. And so has the environment variable that can be used to specify the location.
2014-04-11Re-add the mirror from ChinaHolger Weiss2-4/+25
Add ftp://mirrors.ustc.edu.cn/monitoring-plugins/ to our list of mirrors.
2014-04-04team.md: Add Sam to the list of team membersHolger Weiss1-0/+1
2014-03-21filter-github-emails: Strip leading blank linesHolger Weiss1-2/+14
Email::MIME sometimes prepends an empty line when returning an email as string :-/
2014-03-02filter-github-emails: Don't create empty subjectHolger Weiss1-2/+2
This shouldn't happen in practice[tm], but if we receive the header line "Subject: [monitoring-plugins] ", then we won't touch it anymore.
2014-03-02procmailrc: Create a "backup" folderHolger Weiss1-0/+4
Save the original emails into a "backup" folder.
2014-02-18filter-github-emails: Rewrap blockquotes properlyHolger Weiss1-1/+13
When wrapping a line that begins with a ">", let all resulting lines begin with a ">". (Properly handle nested blockquotes, too.)
2014-02-18filter-github-emails: Don't rewrap code blocksHolger Weiss1-1/+2
Don't wrap long lines in a code block.
2014-02-17support.md: Fix Gmane URL for help@ listHolger Weiss1-1/+1
2014-02-16development.md: Mention Coverity ScanHolger Weiss1-5/+7
Modify the wording regarding our continuous integration tests to also mention Coverity Scan.
2014-02-16development.md: Replace inline HTMLHolger Weiss2-3/+13
Replace HTML code with Markdown syntax.
2014-02-16Add links to our branchesJan Wagner1-3/+3
2014-02-16Add coverity metricJan Wagner1-0/+1
2014-02-16Add Travis build statusJan Wagner1-0/+3
2014-02-16Fix Travis URLJan Wagner1-1/+1
2014-02-16Fix wordingJan Wagner1-1/+1
2014-02-16Add travis-ci testsJan Wagner1-1/+11
2014-02-14filter-github-emails: Strip [monitoring-plugins]Holger Weiss1-0/+6
Now that we edit the GitHub notifications anyway, lets also strip the [monitoring-plugins] tag. We don't strip the tags of our other repositories, so that notifications for them do stand out (on the rare occasion we receive them).
2014-02-04git-notify: Use committer's name in "From:" headerHolger Weiss1-9/+11
Use the committer's real name in the "From:" header of commit notifications. This is a provisional solution. We'd really like to teach Mailman to also accept the committer's email address.
2014-02-04filter-github-emails: Rewrap more carefullyHolger Weiss1-4/+16
Wrap individual lines instead of formatting whole paragraphs, so that lists such as * first item * second item aren't rewrapped.
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-02filter-github-emails: Catch more status changesHolger Weiss1-0/+1
Also catch the case where an issue was closed in a commit message, e.g.: | Closed #123 via c5dc81cd28a9491115b4d13b959b0fc8e2df9a6c.
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 Weiss3-1/+298
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-31tests.md: Use HTTPS for embedding test resultsHolger Weiss1-2/+2
Some browsers aren't happy with embedding HTTP components into an HTTPS page.
2014-01-30doc/faq/gnulib.md: Cosmetic changesHolger Weiss1-2/+2
2014-01-30doc/faq/gnulib.md: Use `backticks` for dir nameHolger Weiss1-2/+2
2014-01-30doc/faq/gnulib.md: Adjust wordingHolger Weiss1-1/+1
"monitoring-plugins/.." is the directory *above* (not below) the "monitoring-plugins" directory, isn't it?
2014-01-30support.md: Fix gmane URL for commits@ listHolger Weiss1-1/+1
Gmane uses the name ".scm" for commit mailing lists.
2014-01-29Add expandtab to vim modelineThomas Guyot-Sionnest46-46/+46
2014-01-29nothingThomas Guyot-Sionnest1-2/+2
2014-01-29Fix gnulib add module command; update docsThomas Guyot-Sionnest1-6/+10
2014-01-29Rename MP_STATE_DIRECTORY to MP_STATE_PATHThomas Guyot-Sionnest1-1/+1
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.