summaryrefslogtreecommitdiffstats
path: root/web/input/doc/faq
diff options
context:
space:
mode:
authorHolger Weiss <holger@zedat.fu-berlin.de>2014-01-11 20:20:06 (GMT)
committerHolger Weiss <holger@zedat.fu-berlin.de>2014-01-11 20:20:06 (GMT)
commitf67167fc31af5f1b650067ebc3291e39114d8fef (patch)
tree73fa1a2eaf5a903228ab74be9a70bcb0eea0104c /web/input/doc/faq
parent477cf2344611e7b2c257d04ec8a0986a6c1c5f38 (diff)
downloadsite-f67167fc31af5f1b650067ebc3291e39114d8fef.tar.gz
Add an FAQ entry that recommends binary packages
While we provide and document our source tarball, we should clarify that we recommend using distribution-provided binary packages whenever possible.
Diffstat (limited to 'web/input/doc/faq')
-rw-r--r--web/input/doc/faq/index.md2
-rw-r--r--web/input/doc/faq/packages.md20
2 files changed, 22 insertions, 0 deletions
diff --git a/web/input/doc/faq/index.md b/web/input/doc/faq/index.md
index 35f6e75..722362c 100644
--- a/web/input/doc/faq/index.md
+++ b/web/input/doc/faq/index.md
@@ -28,6 +28,7 @@ Plugins.
28* [How do I install the plugins?][installation] 28* [How do I install the plugins?][installation]
29* [Why aren't the root plugins installed?][root-plugins] 29* [Why aren't the root plugins installed?][root-plugins]
30* [Which user owns the installed plugins?][ownership] 30* [Which user owns the installed plugins?][ownership]
31* [Shouldn't I use a binary package instead?][packages]
31 32
32## Development 33## Development
33 34
@@ -55,6 +56,7 @@ Plugins.
55[installation]: doc/faq/installation.html 56[installation]: doc/faq/installation.html
56[root-plugins]: doc/faq/root-plugins.html 57[root-plugins]: doc/faq/root-plugins.html
57[ownership]: doc/faq/ownership.html 58[ownership]: doc/faq/ownership.html
59[packages]: doc/faq/packages.html
58[git]: doc/faq/git.html 60[git]: doc/faq/git.html
59[guidelines]: doc/faq/guidelines.html 61[guidelines]: doc/faq/guidelines.html
60[c-apis]: doc/faq/private-c-api.html 62[c-apis]: doc/faq/private-c-api.html
diff --git a/web/input/doc/faq/packages.md b/web/input/doc/faq/packages.md
new file mode 100644
index 0000000..2329db9
--- /dev/null
+++ b/web/input/doc/faq/packages.md
@@ -0,0 +1,20 @@
1title: Binary packages
2parent: FAQ
3---
4
5# Shouldn't I use a binary package instead?
6
7Short answer: **Yes**!
8
9Slightly longer answer:
10
11Most Linux distributions and BSD projects provide binary packages of the
12Nagios Plugins. These are usually well-integrated and much easier to deploy
13and maintain, so we strongly recommend using them whenever possible.
14
15Our source tarballs and the associated documentation are primarily intended
16for package maintainers, for those users who'd like to test them, and for the
17rare occasions where using a binary package is not feasible for one reason or
18another.
19
20<!--% # vim:set filetype=markdown textwidth=78 joinspaces: # %-->