diff options
author | Holger Weiss <holger@zedat.fu-berlin.de> | 2014-07-11 15:36:11 (GMT) |
---|---|---|
committer | Holger Weiss <holger@zedat.fu-berlin.de> | 2014-07-11 15:36:11 (GMT) |
commit | 14575a08bbd2183ce45331125d0f682872a7fb67 (patch) | |
tree | 605c86ec0cf6a3ecf008a42ba7731dbb3d57add4 /web/input/doc | |
parent | 819109304d85356e061407fbaf86eb8ea95523c3 (diff) | |
download | site-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.md | 10 |
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 | ||
7 | Starting with the 1.4.12 release, most Nagios Plugins (those written in C) | 7 | Starting with the 1.4.12 release, most Monitoring Plugins (those written in C) |
8 | support reading options from a configuration file. This needs to be enabled | 8 | support reading options from a configuration file. Since version 2.0, this is |
9 | at compile-time for now (`--enable-extra-opts`) and will be enabled by default | 9 | enabled by default (but can be disabled at compile-time by specifying the |
10 | in the future. Perl plugins using the [Monitoring::Plugin][module] module have | 10 | `--disable-extra-opts` option). Perl plugins using the |
11 | this support since version 0.16. | 11 | [Monitoring::Plugin][module] module have this support since version 0.16. |
12 | 12 | ||
13 | You can easily know if a plugin supports *Extra-Opts* by checking the `--help` | 13 | You can easily know if a plugin supports *Extra-Opts* by checking the `--help` |
14 | output for the `--extra-opts` option. Once compiled in, the `--extra-opts` | 14 | output for the `--extra-opts` option. Once compiled in, the `--extra-opts` |