aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorGravatar Holger Weiss <holger@zedat.fu-berlin.de> 2014-06-20 12:35:22 +0200
committerGravatar Holger Weiss <holger@zedat.fu-berlin.de> 2014-06-20 12:35:22 +0200
commit8a932865eb6082a66d2ceb73354bd6bb5a2b90ab (patch)
tree4bb2735b07cf17b1cb077dd5beec9899e82113dd /NEWS
parentdc0f25cf76397b13f39a1d0fc50e9174114478ca (diff)
downloadmonitoring-plugins-8a932865eb6082a66d2ceb73354bd6bb5a2b90ab.tar.gz
NEWS: s/MP_STATE_DIRECTORY/MP_STATE_PATH/
NAGIOS_PLUGIN_STATE_DIRECTORY was renamed to MP_STATE_PATH, not to MP_STATE_DIRECTORY.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index c0c9d11b..0a1ef950 100644
--- a/NEWS
+++ b/NEWS
@@ -22,7 +22,7 @@ This file documents the major additions and syntax changes between releases.
check_ide_smart -0/--auto-off, -1/--auto-on and -i/--immediate: options have
been disabled because they were broken
State retention: the NAGIOS_PLUGIN_STATE_DIRECTORY environment variable has been
- renamed MP_STATE_DIRECTORY. The old variable will continue to work in v1.6.x
+ renamed MP_STATE_PATH. The old variable will continue to work in v1.6.x
check_swap used to allow returning OK on a system without swap when only percent thresholds
were used. This is no longer the case and one must now use -n/--no-swap=<state>
The Perl and Shell plugins now use the PATH specified via ./configure's --trusted-path