summaryrefslogtreecommitdiffstats
path: root/web/input/doc/faq/packages.md
diff options
context:
space:
mode:
authorHolger Weiss <holger@zedat.fu-berlin.de>2014-01-11 21:20:06 +0100
committerHolger Weiss <holger@zedat.fu-berlin.de>2014-01-11 21:20:06 +0100
commitf67167fc31af5f1b650067ebc3291e39114d8fef (patch)
tree73fa1a2eaf5a903228ab74be9a70bcb0eea0104c /web/input/doc/faq/packages.md
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/packages.md')
-rw-r--r--web/input/doc/faq/packages.md20
1 files changed, 20 insertions, 0 deletions
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: # %-->