summaryrefslogtreecommitdiffstats
path: root/web/input/doc
diff options
context:
space:
mode:
authorHolger Weiss <holger@zedat.fu-berlin.de>2014-07-11 15:36:11 (GMT)
committerHolger Weiss <holger@zedat.fu-berlin.de>2014-07-11 15:36:11 (GMT)
commit14575a08bbd2183ce45331125d0f682872a7fb67 (patch)
tree605c86ec0cf6a3ecf008a42ba7731dbb3d57add4 /web/input/doc
parent819109304d85356e061407fbaf86eb8ea95523c3 (diff)
downloadsite-14575a08bbd2183ce45331125d0f682872a7fb67.tar.gz
Publish the 2.0 release of the Monitoring Plugins
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`