summaryrefslogtreecommitdiffstats
path: root/web/input/doc/extra-opts.md
diff options
context:
space:
mode:
authorHolger Weiss <holger@zedat.fu-berlin.de>2014-01-22 07:54:05 (GMT)
committerHolger Weiss <holger@zedat.fu-berlin.de>2014-01-22 07:54:05 (GMT)
commit7dd4264a11d7628df4c806eadaeca1c4115e1fc8 (patch)
tree1e7850ad989f1d9b9c4ca546eb5b75cfffcdff0b /web/input/doc/extra-opts.md
parent01f275f0537a0f919686bd5b1ad8c46279577788 (diff)
downloadsite-7dd4264a11d7628df4c806eadaeca1c4115e1fc8.tar.gz
s/Nagios::Plugin/Monitoring::Plugin/
The Nagios::Plugin module has been renamed to Monitoring::Plugin.
Diffstat (limited to 'web/input/doc/extra-opts.md')
-rw-r--r--web/input/doc/extra-opts.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/input/doc/extra-opts.md b/web/input/doc/extra-opts.md
index 7e68264..1ea4251 100644
--- a/web/input/doc/extra-opts.md
+++ b/web/input/doc/extra-opts.md
@@ -7,7 +7,7 @@ parent: Documentation
7Starting with the 1.4.12 release, most Nagios Plugins (those written in C) 7Starting with the 1.4.12 release, most Nagios Plugins (those written in C)
8support reading options from a configuration file. This needs to be enabled 8support reading options from a configuration file. This needs to be enabled
9at compile-time for now (`--enable-extra-opts`) and will be enabled by default 9at compile-time for now (`--enable-extra-opts`) and will be enabled by default
10in the future. Perl plugins using the [Nagios::Plugin][module] module have 10in the future. Perl plugins using the [Monitoring::Plugin][module] module have
11this support since 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`
@@ -69,6 +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" 72[module]: http://search.cpan.org/dist/Monitoring-Plugin/ "Monitoring::Plugin"
73 73
74<!--% # vim:set filetype=markdown textwidth=78 joinspaces: # %--> 74<!--% # vim:set filetype=markdown textwidth=78 joinspaces: # %-->