aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorGravatar Holger Weiss <holger@zedat.fu-berlin.de> 2010-04-12 15:36:33 +0200
committerGravatar Holger Weiss <holger@zedat.fu-berlin.de> 2010-04-12 15:36:33 +0200
commit7a661c7aed2a0bad4ce1e3786bc707cd2b07c128 (patch)
treea61b0d7d8c42f6710c4e95dd61da7dd7a82b5e7c /NEWS
parent08f83072048f2c4c783c3216f5933f04b191847f (diff)
downloadmonitoring-plugins-7a661c7aed2a0bad4ce1e3786bc707cd2b07c128.tar.gz
Fix Debian bug #545940: Failure when run via ePN
If Perl's "shift" function is called outside of a subroutine and without any argument, it usually shifts @ARGV. However, if a plugin is executed via ePN, such a call will shift @_ instead, so we must explicitly specify @ARGV for this to work as expected. This fixes Debian bug #545940, see: http://bugs.debian.org/545940 Commit de7191e3424e02ba278a39b86e8b1906a25d0362 fixed the same issue for check_disk_smb. (Reported by Hendrik Jaeger, forwarded by Jan Wagner.)
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 99d48e90..62a1acbd 100644
--- a/NEWS
+++ b/NEWS
@@ -16,7 +16,7 @@ This file documents the major additions and syntax changes between releases.
Fix regression introduced in #1867716 where partially valid performance strings would not be printed anymore
Fix regression in check_http ssl checks on some servers - make SNI an option
Fix guest mode support in check_disk_smb
- Fix check_disk_smb failure when run via ePN
+ Fix check_disk_smb and check_ircd failures when run via ePN
check_ldap now allows for specifying an empty LDAP base
WARNINGS
Updated developer documentation to say that performance labels should not have an equals sign or