summaryrefslogtreecommitdiffstats
path: root/web/input/doc/faq/index.md
diff options
context:
space:
mode:
Diffstat (limited to 'web/input/doc/faq/index.md')
-rw-r--r--web/input/doc/faq/index.md62
1 files changed, 61 insertions, 1 deletions
diff --git a/web/input/doc/faq/index.md b/web/input/doc/faq/index.md
index 18584f2..35f6e75 100644
--- a/web/input/doc/faq/index.md
+++ b/web/input/doc/faq/index.md
@@ -4,6 +4,66 @@ parent: Documentation
4 4
5# FAQ 5# FAQ
6 6
7The list of Frequently Asked Questions (FAQ) will come back soon. 7This is a list of Frequently Asked Questions (FAQ) regarding the Nagios
8Plugins.
9
10## General
11
12* [Who controls the Nagios Plugins project?][control]
13* [What license is the code distributed under?][license]
14* [Can I submit a patch?][contribute]
15* [Do you accept donations?][donations]
16
17## Compiling
18
19* [How do I compile the plugins?][compilation]
20* [The configure script appears to hang][configure-hangs]
21* [Why doesn't the --ssl option work?][ssl]
22* [How do I build the Nagios::Plugin module?][build-perl-module]
23* [Building check\_mysql fails on Solaris][mixing-compilers]
24* [Why use pst3 for check\_procs on Solaris?][ps-on-solaris]
25
26## Installing
27
28* [How do I install the plugins?][installation]
29* [Why aren't the root plugins installed?][root-plugins]
30* [Which user owns the installed plugins?][ownership]
31
32## Development
33
34* [How do I use Git?][git]
35* [How should a plugin be written?][guidelines]
36* [Private C APIs][c-apis]
37* [How do I prove the C routines work?][libtap]
38* [Can I add extra tests to the C routines?][extra-tests]
39* [How do the NPTest parameters work?][nptest]
40* [How do I use and update Gnulib?][gnulib]
41* [How do I use the Nagios::Plugin module?][use-perl-module]
42* [How do I modify NagiosMIB?][nagiosmib]
43* [Can I use Nagios Plugins in my project?][reuse]
44
45[control]: doc/faq/control.html
46[license]: doc/faq/license.html
47[contribute]: doc/faq/contribute.html
48[donations]: doc/faq/donations.html
49[compilation]: doc/faq/compilation.html
50[configure-hangs]: doc/faq/configure-hangs.html
51[ssl]: doc/faq/ssl.html
52[build-perl-module]: doc/faq/build-perl-module.html
53[mixing-compilers]: doc/faq/mixing-compilers.html
54[ps-on-solaris]: doc/faq/ps-on-solaris.html
55[installation]: doc/faq/installation.html
56[root-plugins]: doc/faq/root-plugins.html
57[ownership]: doc/faq/ownership.html
58[git]: doc/faq/git.html
59[guidelines]: doc/faq/guidelines.html
60[c-apis]: doc/faq/private-c-api.html
61[libtap]: doc/faq/libtap.html
62[extra-tests]: doc/faq/extra-tests.html
63[nptest]: doc/faq/nptest.html
64[gnulib]: doc/faq/gnulib.html
65[use-perl-module]: doc/faq/use-perl-module.html
66[nagiosmib]: doc/faq/nagiosmib.html
67[reuse]: doc/faq/reuse.html
8 68
9<!--% # vim:set filetype=markdown textwidth=78 joinspaces: # %--> 69<!--% # vim:set filetype=markdown textwidth=78 joinspaces: # %-->