summaryrefslogtreecommitdiffstats
path: root/web/input/doc/faq
AgeCommit message (Collapse)AuthorFilesLines
2021-11-19faq/donations.md: We're closing the PayPal accountHolger Weiss1-2/+1
2016-11-28web/input/doc/faq/ssl.md: Fix a typoHolger Weiss1-1/+1
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-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-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-29Add expandtab to vim modelineThomas Guyot-Sionnest26-26/+26
2014-01-29nothingThomas Guyot-Sionnest1-2/+2
2014-01-29Fix gnulib add module command; update docsThomas Guyot-Sionnest1-6/+10
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-23"nagios-plugins" -> "monitoring-plugins" againHolger Weiss2-3/+3
Fix a few remaining references to "nagios-plugins".
2014-01-23Rename Nagios Plugin Development GuidelinesHolger Weiss3-4/+4
We now host the "Monitoring Plugin Development Guidelines".
2014-01-22s/Nagios::Plugin/Monitoring::Plugin/Holger Weiss3-13/+13
The Nagios::Plugin module has been renamed to Monitoring::Plugin.
2014-01-14Rename Nagios Plugins to Monitoring PluginsHolger Weiss15-51/+110
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-13Capitalize "Extra-Opts"Holger Weiss1-1/+1
"Extra-Opts" is a name.
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 Weiss9-42/+42
Add a prompt sign to all command lines in code blocks.
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-11Import most FAQ items from old web siteHolger Weiss24-1/+912
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
2013-10-04Add test instance of the web siteHolger Weiss1-0/+9
Serve https://www.nagios-plugins.org:444/ from the "test" branch of this repository.