Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-07-07 | support.md: Mention "unsubscribe" in link text | Holger Weiss | 1 | -4/+4 | |
Make it a little more obvious to users where to unsubscribe from our mailing lists. | |||||
2014-06-18 | doc/faq/gnulib.md: Also take care of "build-aux" | Holger Weiss | 1 | -2/+2 | |
Gnulib also installs files into the "build-aux" directory. | |||||
2014-06-18 | Move State Retention docs to "Advanced Topics" | Holger Weiss | 1 | -4/+4 | |
As State Retention is actually implemented by now, it's no longer just a "Proposal". | |||||
2014-06-18 | extra-opts.md: Update configuration file locations | Holger Weiss | 1 | -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-11 | Re-add the mirror from China | Holger Weiss | 2 | -4/+25 | |
Add ftp://mirrors.ustc.edu.cn/monitoring-plugins/ to our list of mirrors. | |||||
2014-04-04 | team.md: Add Sam to the list of team members | Holger Weiss | 1 | -0/+1 | |
2014-03-21 | filter-github-emails: Strip leading blank lines | Holger Weiss | 1 | -2/+14 | |
Email::MIME sometimes prepends an empty line when returning an email as string :-/ | |||||
2014-03-02 | filter-github-emails: Don't create empty subject | Holger Weiss | 1 | -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-02 | procmailrc: Create a "backup" folder | Holger Weiss | 1 | -0/+4 | |
Save the original emails into a "backup" folder. | |||||
2014-02-18 | filter-github-emails: Rewrap blockquotes properly | Holger Weiss | 1 | -1/+13 | |
When wrapping a line that begins with a ">", let all resulting lines begin with a ">". (Properly handle nested blockquotes, too.) | |||||
2014-02-18 | filter-github-emails: Don't rewrap code blocks | Holger Weiss | 1 | -1/+2 | |
Don't wrap long lines in a code block. | |||||
2014-02-17 | support.md: Fix Gmane URL for help@ list | Holger Weiss | 1 | -1/+1 | |
2014-02-16 | development.md: Mention Coverity Scan | Holger Weiss | 1 | -5/+7 | |
Modify the wording regarding our continuous integration tests to also mention Coverity Scan. | |||||
2014-02-16 | development.md: Replace inline HTML | Holger Weiss | 2 | -3/+13 | |
Replace HTML code with Markdown syntax. | |||||
2014-02-16 | Add links to our branches | Jan Wagner | 1 | -3/+3 | |
2014-02-16 | Add coverity metric | Jan Wagner | 1 | -0/+1 | |
2014-02-16 | Add Travis build status | Jan Wagner | 1 | -0/+3 | |
2014-02-16 | Fix Travis URL | Jan Wagner | 1 | -1/+1 | |
2014-02-16 | Fix wording | Jan Wagner | 1 | -1/+1 | |
2014-02-16 | Add travis-ci tests | Jan Wagner | 1 | -1/+11 | |
2014-02-14 | filter-github-emails: Strip [monitoring-plugins] | Holger Weiss | 1 | -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-04 | git-notify: Use committer's name in "From:" header | Holger Weiss | 1 | -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-04 | filter-github-emails: Rewrap more carefully | Holger Weiss | 1 | -4/+16 | |
Wrap individual lines instead of formatting whole paragraphs, so that lists such as * first item * second item aren't rewrapped. | |||||
2014-02-03 | etc/ssl: Replace nagios-plugins.org certificate | Holger Weiss | 4 | -71/+71 | |
Replace the nagios-plugins.org certificate with the one for monitoring-plugins.org, and update the README file. | |||||
2014-02-03 | procmailrc: Reduce number of formail(1) calls | Holger Weiss | 1 | -27/+15 | |
Reduce the number of formail(1) calls, and make things a bit more readable. | |||||
2014-02-02 | filter-github-emails: Catch more status changes | Holger Weiss | 1 | -0/+1 | |
Also catch the case where an issue was closed in a commit message, e.g.: | Closed #123 via c5dc81cd28a9491115b4d13b959b0fc8e2df9a6c. | |||||
2014-02-02 | procmailrc: Add a comment | Holger Weiss | 1 | -0/+3 | |
Our procmailrc probably isn't immediately obvious. | |||||
2014-02-02 | procmailrc: Add X-Original-From to all emails | Holger Weiss | 1 | -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-02 | Filter GitHub notification emails | Holger Weiss | 3 | -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-31 | tests.md: Use HTTPS for embedding test results | Holger Weiss | 1 | -2/+2 | |
Some browsers aren't happy with embedding HTTP components into an HTTPS page. | |||||
2014-01-30 | doc/faq/gnulib.md: Cosmetic changes | Holger Weiss | 1 | -2/+2 | |
2014-01-30 | doc/faq/gnulib.md: Use `backticks` for dir name | Holger Weiss | 1 | -2/+2 | |
2014-01-30 | doc/faq/gnulib.md: Adjust wording | Holger Weiss | 1 | -1/+1 | |
"monitoring-plugins/.." is the directory *above* (not below) the "monitoring-plugins" directory, isn't it? | |||||
2014-01-30 | support.md: Fix gmane URL for commits@ list | Holger Weiss | 1 | -1/+1 | |
Gmane uses the name ".scm" for commit mailing lists. | |||||
2014-01-29 | Add expandtab to vim modeline | Thomas Guyot-Sionnest | 46 | -46/+46 | |
2014-01-29 | nothing | Thomas Guyot-Sionnest | 1 | -2/+2 | |
2014-01-29 | Fix gnulib add module command; update docs | Thomas Guyot-Sionnest | 1 | -6/+10 | |
2014-01-29 | Rename MP_STATE_DIRECTORY to MP_STATE_PATH | Thomas Guyot-Sionnest | 1 | -1/+1 | |
2014-01-29 | check-mirrors: Mention mirror update frequence | Holger Weiss | 1 | -0/+1 | |
Note that ftp://mirror.is.co.za/mirror/monitoring-plugins.org/ is updated twice a day. | |||||
2014-01-29 | Update Gmane group names | Holger Weiss | 1 | -4/+4 | |
We moved to new Gmane groups below "gmane.network.monitoring.plugins". | |||||
2014-01-28 | doc/faq/fork.md: Various small changes | Holger Weiss | 1 | -30/+33 | |
Apply a few changes that hopefully improve the "Did you fork the Nagios Plugins?" FAQ item a bit. | |||||
2014-01-28 | Add FTP mirror from South Africa | Holger Weiss | 3 | -3/+22 | |
Add ftp://mirror.is.co.za/mirror/monitoring-plugins.org/ to our list of mirrors. | |||||
2014-01-26 | Lowercase #monitoring-plugins channel name | Holger Weiss | 1 | -1/+1 | |
IRC channel names usually aren't capitalized. | |||||
2014-01-25 | "Nagios" -> "Monitoring" again | Holger Weiss | 1 | -1/+1 | |
2014-01-25 | Rename NAGIOS_PLUGIN_STATE_DIRECTORY to MP_STATE_DIRECTORY | Thomas Guyot-Sionnest | 1 | -1/+1 | |
2014-01-25 | Apply another tiny "Nagios" -> "Monitoring" fix | Holger Weiss | 1 | -1/+1 | |
2014-01-25 | "build-snapshot" -> "build-snapshots" | Holger Weiss | 2 | -1/+1 | |
The script can build the snapshots for multiple branches in one go (and does that by default). | |||||
2014-01-25 | index.md: Small change | Holger Weiss | 1 | -2/+2 | |
Aint the plugin interface "straightforward"? | |||||
2014-01-24 | Apply another "Nagios" -> "Monitoring" fix | Holger Weiss | 1 | -1/+1 | |
2014-01-24 | Re-add the list of FTP mirrors | Holger Weiss | 2 | -60/+37 | |
All our previous FTP mirrors except for the one from China were updated to mirror rsync.monitoring-plugins.org. |