summaryrefslogtreecommitdiffstats
path: root/web/input/doc
diff options
context:
space:
mode:
authorHolger Weiss <holger@zedat.fu-berlin.de>2013-10-29 10:16:58 (GMT)
committerHolger Weiss <holger@zedat.fu-berlin.de>2013-10-29 10:16:58 (GMT)
commit4cd7b1354e82fa18f4c79a0426f86a0fcbf33f58 (patch)
tree3b563f28fd5919e2ac5a60fd55aa56e7b884dc4c /web/input/doc
parent44c7c68753b7718c8040d3cc3432eec9c8703bb0 (diff)
downloadsite-4cd7b1354e82fa18f4c79a0426f86a0fcbf33f58.tar.gz
doc/extra-opts.md: Change wording a bit
Diffstat (limited to 'web/input/doc')
-rw-r--r--web/input/doc/extra-opts.md12
1 files changed, 7 insertions, 5 deletions
diff --git a/web/input/doc/extra-opts.md b/web/input/doc/extra-opts.md
index 542c199..91a205b 100644
--- a/web/input/doc/extra-opts.md
+++ b/web/input/doc/extra-opts.md
@@ -4,11 +4,11 @@ parent: Documentation
4 4
5# Extra-Opts 5# Extra-Opts
6 6
7Starting with the 1.4.12 release, Nagios C plugins support reading 7Starting with the 1.4.12 release, most Nagios Plugins (those written in C)
8configuration options from a configuration file. This needs to be enabled at 8support reading options from a configuration file. This needs to be enabled
9compile-time for now (`--enable-extra-opts`) and will be enabled by default in 9at compile-time for now (`--enable-extra-opts`) and will be enabled by default
10the future. Perl plugins using the Nagios::Plugin module have this support 10in the future. Perl plugins using the [Nagios::Plugin][module] module have
11since version 0.16. 11this support since version 0.16.
12 12
13You can easily know if a plugin supports *extra-opts* by checking the `--help` 13You can easily know if a plugin supports *extra-opts* by checking the `--help`
14output for the `--extra-opts` option. Once compiled in, the `--extra-opts` 14output for the `--extra-opts` option. Once compiled in, the `--extra-opts`
@@ -69,4 +69,6 @@ The initial use case for this functionality is for hiding passwords, so you do
69not have to define sensitive credentials in the Nagios configuration and these 69not have to define sensitive credentials in the Nagios configuration and these
70options won't appear in the command line. 70options won't appear in the command line.
71 71
72[module]: http://search.cpan.org/dist/Nagios-Plugin/ "Nagios::Plugin"
73
72<!--% # vim:set filetype=markdown textwidth=78 joinspaces: # %--> 74<!--% # vim:set filetype=markdown textwidth=78 joinspaces: # %-->