summaryrefslogtreecommitdiffstats
path: root/web/input/doc/faq/libtap.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/libtap.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/libtap.md')
-rw-r--r--web/input/doc/faq/libtap.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/web/input/doc/faq/libtap.md b/web/input/doc/faq/libtap.md
index c592030..4bd115f 100644
--- a/web/input/doc/faq/libtap.md
+++ b/web/input/doc/faq/libtap.md
@@ -15,10 +15,11 @@ thread implementation. To workaround, run:
15 $ make check 15 $ make check
16 $ make install 16 $ make install
17 17
18Now when you run the Nagios Plugins `./configure` script, it should find the 18Now when you run the Monitoring Plugins `./configure` script, it should find
19libtap library and compile the tests and run them when you run `make` `test`. 19the libtap library and compile the tests and run them when you run `make`
20`test`.
20 21
21*Update:* These days, the Nagios Plugins tarball includes a copy of libtap 22*Update:* These days, the Monitoring Plugins tarball includes a copy of libtap
22which is used if you run `./configure` `--enable-libtap`. 23which is used if you run `./configure` `--enable-libtap`.
23 24
24[libtap]: http://jc.ngo.org.uk/trac-bin/trac.cgi/wiki/LibTap "libtap" 25[libtap]: http://jc.ngo.org.uk/trac-bin/trac.cgi/wiki/LibTap "libtap"