summaryrefslogtreecommitdiffstats
path: root/web/input/doc/faq/compilation.md
diff options
context:
space:
mode:
authorHolger Weiss <holger@zedat.fu-berlin.de>2014-01-14 21:58:44 (GMT)
committerHolger Weiss <holger@zedat.fu-berlin.de>2014-01-14 21:58:44 (GMT)
commit0f0a943d5429cf8db0f7f6cc9bc2679ed9329901 (patch)
treecad8ae57e93fcfbfc5bc65ed7afb6c6b50bce62a /web/input/doc/faq/compilation.md
parent3be1e22a0077eb714be9c9e1e3793ad080d93e3f (diff)
downloadsite-0f0a943d5429cf8db0f7f6cc9bc2679ed9329901.tar.gz
Rename Nagios Plugins to Monitoring Plugins
This is a first step of replacing the name "Nagios Plugins" with "Monitoring Plugins" where appriopriate. Some news items and FAQ entries are also created or updated. More to come.
Diffstat (limited to 'web/input/doc/faq/compilation.md')
-rw-r--r--web/input/doc/faq/compilation.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/web/input/doc/faq/compilation.md b/web/input/doc/faq/compilation.md
index ac5fff7..45df8a2 100644
--- a/web/input/doc/faq/compilation.md
+++ b/web/input/doc/faq/compilation.md
@@ -1,4 +1,4 @@
1title: Building Nagios Plugins 1title: Building Monitoring Plugins
2parent: FAQ 2parent: FAQ
3--- 3---
4 4
@@ -6,8 +6,8 @@ parent: FAQ
6 6
7To compile version `1.x` of the plugins, you run: 7To compile version `1.x` of the plugins, you run:
8 8
9 $ gzip -dc nagios-plugins-1.x.tar.gz | tar -xf - 9 $ gzip -dc monitoring-plugins-1.x.tar.gz | tar -xf -
10 $ cd nagios-plugins-1.x 10 $ cd monitoring-plugins-1.x
11 $ ./configure 11 $ ./configure
12 $ make 12 $ make
13 13