summaryrefslogtreecommitdiffstats
path: root/web
AgeCommit message (Collapse)AuthorFilesLines
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 Weiss2-3/+5
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-25Apply another tiny "Nagios" -> "Monitoring" fixHolger Weiss1-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 Wagner2-2/+3
2014-01-14Rename Nagios Plugins to Monitoring PluginsHolger Weiss27-110/+209
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.
2014-01-14Rename /doc/presentation.htmlHolger Weiss3-5/+5
"presentation.html" is a little too generic.
2014-01-13Import "State Retention" page from old web siteHolger Weiss2-2/+134
Add Ton's "State Retention" RFC to the list of "Proposals" (even though it has been implemented and documented¹ by now). ¹ https://www.nagios-plugins.org/doc/faq/private-c-api.html#state-information
2014-01-13Capitalize "Extra-Opts"Holger Weiss2-3/+3
"Extra-Opts" is a name.
2014-01-13doc/index.md: Cosmetic changeHolger Weiss1-5/+5
Add a few link titles.
2014-01-13Add FTP mirror from SwitzerlandHolger Weiss1-2/+3
Add ftp://mirror.switch.ch/mirror/nagios-plugins/ to our list of mirrors.
2014-01-12Documentation: Add "Proposals"Holger Weiss2-0/+102
Import the "check_many" proposal from our old web site, and add a "Proposals" section to the Documentation page. Also reference the "New Threshold Syntax" proposal from there (we didn't link to it before).
2014-01-12Documentation: Use monospace font for plugin namesHolger Weiss2-3/+3
Consistently write `check_foo`, not check\_foo.
2014-01-12Documentation: Denote command lines with "$"Holger Weiss10-46/+46
Add a prompt sign to all command lines in code blocks.
2014-01-12new-threshold-syntax.md: Remove a commentHolger Weiss1-2/+0
2014-01-11doc/faq/donations.md: Mention a contact addressHolger Weiss1-0/+3
Stating we accept donations without mentioning how to initiate them doesn't make much sense.
2014-01-11doc/faq/git.md: Add various minor improvementsHolger Weiss1-38/+40
Apply a few fixes and improvements throughout the text.
2014-01-11doc/faq/git.md: Add clarifications regarding indexHolger Weiss1-17/+20
Clarify the purpose of the staging area, and (try to) improve the "Basic Concepts" section in another few ways.
2014-01-11doc/faq/git.md: Omit most references to SVNHolger Weiss1-11/+11
This text was written a few years ago, when we switched from SVN to Git. These days, it makes less sense to assume the reader is accustomed to SVN but not to Git.
2014-01-11Add an FAQ entry that recommends binary packagesHolger Weiss2-0/+22
While we provide and document our source tarball, we should clarify that we recommend using distribution-provided binary packages whenever possible.
2014-01-11development.md: Don't mention the GuidelinesHolger Weiss1-8/+0
The Nagios Plugin Development Guidelines are referenced on the main Documentation page (and elsewhere), so there's no need to also mention them on the Development page.
2014-01-11Import most FAQ items from old web siteHolger Weiss25-7/+919
Import most of the FAQ entries from our old web site. A few outdated questions have been omitted, many of the imported ones were updated in one way or another, and the order of the development-related questions has been changed. Also, the phrasing of some questions has been modified (just to make the headings shorter). For the record, this is the original list of questions from the old web site: General ------- * Who controls the Nagios Plugins project? * What license is Nagios Plugins distributed under? * Who owns the copyright for the Nagios Plugin code? * Can I submit a patch to this project? * Do you accept donations? Compiling --------- * ./configure appears to hang * check_ldap, check_radius or check_pgsql don't compile even though configure output says the required libraries are present * How come check_http/check_tcp doesn't work with --ssl? * How do I compile the Nagios::Plugin perl module? * I can't compile check_mysql on solaris * I get '":types" is not exported by the Params::Validate module' when running tests * Why does Solaris use pst3 for check_procs? Installing ---------- * Some of the root plugins (check_dhcp and check_icmp) haven't been installed. What's happening? * Why aren't my plugins installed as the nagios user? And what about root plugins? Development ----------- * How do I use Git? * Can I add extra tests to the C routines? * Can I use the Nagios Plugins in my own project? * How can I find out more about writing a plugin? * How do I make changes on nagiosmib? * How do I prove the C routines work? * How do I use and update Gnulib? * How do I use the Nagios::Plugin perl module? * How do the test parameters in NPTest.pm work? * Private C APIs
2014-01-08download.md: Cosmetic changeHolger Weiss1-7/+6
Don't start a new paragraph for the list of mirrors.
2014-01-08Add another two FTP mirrorsHolger Weiss1-1/+4
Add an FTP server from Portugal and one from the United States to our list of mirrors.
2014-01-08Add more FTP mirrorsHolger Weiss1-1/+8
Add the FTP mirrors from Argentina, Belgium, Greece, New Zealand, and Korea.
2014-01-01index.md: Replace "checking" with "monitoring"Holger Weiss1-1/+1
Don't repeat "check"/"checking" that often.