summaryrefslogtreecommitdiffstats
path: root/web/input/doc
diff options
context:
space:
mode:
Diffstat (limited to 'web/input/doc')
-rw-r--r--web/input/doc/extra-opts.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/web/input/doc/extra-opts.md b/web/input/doc/extra-opts.md
index 1c21575..7bf3b7f 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, most Nagios Plugins (those written in C) 7Starting with the 1.4.12 release, most Monitoring Plugins (those written in C)
8support reading options from a configuration file. This needs to be enabled 8support reading options from a configuration file. Since version 2.0, this is
9at compile-time for now (`--enable-extra-opts`) and will be enabled by default 9enabled by default (but can be disabled at compile-time by specifying the
10in the future. Perl plugins using the [Monitoring::Plugin][module] module have 10`--disable-extra-opts` option). Perl plugins using the
11this support since version 0.16. 11[Monitoring::Plugin][module] module have this 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`