summaryrefslogtreecommitdiffstats
path: root/web/input/doc/extra-opts.md
diff options
context:
space:
mode:
Diffstat (limited to 'web/input/doc/extra-opts.md')
-rw-r--r--web/input/doc/extra-opts.md19
1 files changed, 7 insertions, 12 deletions
diff --git a/web/input/doc/extra-opts.md b/web/input/doc/extra-opts.md
index 6c96c3a..1c21575 100644
--- a/web/input/doc/extra-opts.md
+++ b/web/input/doc/extra-opts.md
@@ -41,18 +41,13 @@ Some examples:
41The default nagios plugins file is used if no explicit filename is given. The 41The default nagios plugins file is used if no explicit filename is given. The
42current standard locations checked are: 42current standard locations checked are:
43 43
44* `/etc/nagios/plugins.ini` 44* `/usr/local/etc/monitoring-plugins/monitoring-plugins.ini`
45* `/usr/local/nagios/etc/plugins.ini` 45* `/usr/local/etc/monitoring-plugins.ini`
46* `/usr/local/etc/nagios/plugins.ini` 46* `/etc/monitoring-plugins/monitoring-plugins.ini`
47* `/etc/opt/nagios/plugins.ini` 47* `/etc/monitoring-plugins.ini`
48* `/etc/nagios-plugins.ini` 48
49* `/usr/local/etc/nagios-plugins.ini` 49To use a custom location, set the `MP_CONFIG_FILE` environment variable to the
50* `/etc/opt/nagios-plugins.ini` 50desired path name.
51
52To use a custom location, set a `NAGIOS_CONFIG_PATH` environment variable to
53the set of directories that should be checked (this is a colon-separated list
54just like `PATH`). The first `plugins.ini` or `nagios-plugins.ini` file found
55in these directories will be used.
56 51
57To specify an option without parameter, you can use a key without value, but 52To specify an option without parameter, you can use a key without value, but
58the equal sign must remain, for example: 53the equal sign must remain, for example: