From 7b0fa5d642466e7cdd0d326658c3c06c27f8a1ec Mon Sep 17 00:00:00 2001 From: Holger Weiss Date: Sat, 11 Jan 2014 17:38:18 +0100 Subject: Import most FAQ items from old web site 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 --- web/input/development.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'web/input/development.md') diff --git a/web/input/development.md b/web/input/development.md index 9a1a72f..41d4a52 100644 --- a/web/input/development.md +++ b/web/input/development.md @@ -19,9 +19,8 @@ These projects are maintained in separate repositories on [GitHub][github]: Contributions are always welcome! If you'd like to provide patches, please [fork][fork] the desired repository and submit a [pull request][pull]. In -case you're not familiar with Git, you might want to look into [Scott -Chacon][scott]'s [Pro Git][book] book available on the [Git web site][git] -first. +case you're not familiar with Git, you might want to look into our [short +introduction][git-intro] or [some other Git documentation][git-ref], first. ## Development Guidelines @@ -42,6 +41,8 @@ commands: $ make $ make test +Also see our testing-related [development FAQs][dev-faq]. + Regular tests of the latest code are scheduled automatically on various platforms, the results can be [viewed online][tests]. @@ -50,11 +51,11 @@ platforms, the results can be [viewed online][tests]. [github]: https://github.com/ "GitHub" [fork]: https://help.github.com/articles/fork-a-repo "Fork Documentation" [pull]: https://help.github.com/articles/using-pull-requests "Pull Request Documentation" -[scott]: http://scottchacon.com/ "Scott Chacon" -[book]: http://git-scm.com/book "Pro Git" -[git]: http://git-scm.com/ "Git" +[git-intro]: doc/faq/git.html "Quick Git Introduction" +[git-ref]: doc/faq/git.html#references "Git References" [guidelines]: doc/guidelines.html "Nagios Plugin Development Guidelines" [libtap]: http://jc.ngo.org.uk/trac-bin/trac.cgi/wiki/LibTap "LibTap Homepage" +[dev-faq]: doc/faq/#development "Development FAQs" [tests]: tests.html "Test Results" -- cgit v1.2.3-74-g34f1