summaryrefslogtreecommitdiffstats
path: root/web/input/doc/faq/installation.md
diff options
context:
space:
mode:
Diffstat (limited to 'web/input/doc/faq/installation.md')
-rw-r--r--web/input/doc/faq/installation.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/web/input/doc/faq/installation.md b/web/input/doc/faq/installation.md
new file mode 100644
index 0000000..f426f35
--- /dev/null
+++ b/web/input/doc/faq/installation.md
@@ -0,0 +1,14 @@
1title: Installing Nagios Plugins
2parent: FAQ
3---
4
5# How do I install the plugins?
6
7After [compiling][compilation] the plugins, you can run the following command
8to install them:
9
10 make install
11
12[compilation]: doc/faq/compilation.html "Compilation"
13
14<!--% # vim:set filetype=markdown textwidth=78 joinspaces: # %-->