diff options
Diffstat (limited to 'web/input/doc/faq/libtap.md')
-rw-r--r-- | web/input/doc/faq/libtap.md | 7 |
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 | ||
18 | Now when you run the Nagios Plugins `./configure` script, it should find the | 18 | Now when you run the Monitoring Plugins `./configure` script, it should find |
19 | libtap library and compile the tests and run them when you run `make` `test`. | 19 | the 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 |
22 | which is used if you run `./configure` `--enable-libtap`. | 23 | which 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" |