summaryrefslogtreecommitdiffstats
path: root/web/input
AgeCommit message (Collapse)AuthorFilesLines
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-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 Weiss2-5/+101
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 Weiss1-4/+5
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-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-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-29Update Gmane group namesHolger Weiss1-4/+4
We moved to new Gmane groups below "gmane.network.monitoring.plugins".
2014-01-28doc/faq/fork.md: Various small changesHolger Weiss1-30/+33
Apply a few changes that hopefully improve the "Did you fork the Nagios Plugins?" FAQ item a bit.
2014-01-28Add FTP mirror from South AfricaHolger Weiss1-3/+4
Add ftp://mirror.is.co.za/mirror/monitoring-plugins.org/ to our list of mirrors.
2014-01-26Lowercase #monitoring-plugins channel nameHolger Weiss1-1/+1
IRC channel names usually aren't capitalized.
2014-01-25Rename NAGIOS_PLUGIN_STATE_DIRECTORY to MP_STATE_DIRECTORYThomas Guyot-Sionnest1-1/+1
2014-01-25index.md: Small changeHolger Weiss1-2/+2
Aint the plugin interface "straightforward"?
2014-01-24Apply another "Nagios" -> "Monitoring" fixHolger Weiss1-1/+1
2014-01-24Re-add the list of FTP mirrorsHolger Weiss1-7/+9
All our previous FTP mirrors except for the one from China were updated to mirror rsync.monitoring-plugins.org.
2014-01-23"nagios-plugins" -> "monitoring-plugins" againHolger Weiss5-9/+9
Fix a few remaining references to "nagios-plugins".
2014-01-23tests.md: Update test results URLHolger Weiss1-2/+2
2014-01-23Rename snapshot tarballsHolger Weiss1-3/+3
The snapshot tarballs now use the "monitoring-plugins" name.
2014-01-23Rename Nagios Plugin Development GuidelinesHolger Weiss6-9/+9
We now host the "Monitoring Plugin Development Guidelines".
2014-01-22Sort list of monitoring tools alphabeticallyHolger Weiss1-7/+7
Failing a better sort criteria, lets list monitoring tools in alphabetical order.
2014-01-22Revert Nagios::Plugin rename in News itemsHolger Weiss3-3/+3
Thanks to Heiko Schlichting for reporting this issue.
2014-01-22s/Nagios::Plugin/Monitoring::Plugin/Holger Weiss11-27/+27
The Nagios::Plugin module has been renamed to Monitoring::Plugin.
2014-01-21support.md: Mention new IRC channelHolger Weiss1-5/+3
We moved to #Monitoring-Plugins.
2014-01-20Remove most FTP mirrors for the momentHolger Weiss1-17/+14
We need to inform the mirror maintainers of the new project name.
2014-01-18Mentioning SensuJan Wagner1-1/+2
2014-01-14Rename Nagios Plugins to Monitoring PluginsHolger Weiss25-99/+200
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-14writing-perl-plugins.md: Fix Markdown syntaxHolger Weiss1-1/+1
"_" should be escaped (to make Vim's syntax highlighting happy, at least).
2014-01-14download.md: Abbreviate UK/USAHolger Weiss1-1/+1
The list is long enough already.