diff options
| author | Holger Weiss <holger@zedat.fu-berlin.de> | 2010-04-11 09:54:10 +0200 |
|---|---|---|
| committer | Holger Weiss <holger@zedat.fu-berlin.de> | 2010-04-11 09:54:10 +0200 |
| commit | de7191e3424e02ba278a39b86e8b1906a25d0362 (patch) | |
| tree | 71ac9b1b6c41db047f615b6b691a12e0aebf9e8e /NEWS | |
| parent | 1fe0f16d34e369f1a9e2dbefe1acc7448a1e1b53 (diff) | |
| download | monitoring-plugins-de7191e3424e02ba278a39b86e8b1906a25d0362.tar.gz | |
Fix Debian bug #478906: Failure when run via ePN
| When perl plugin scripts are run with the embedded perl interpreter in
| nagios3, the "shift" perl command doesn't shift @ARGV, but @_ (which
| happens to contain the same thing as @ARGV at the time the script was
| started).
|
| [...]
|
| A fix is to replace all the instances of "shift" with "shift @ARGV".
[ http://bugs.debian.org/478906 ]
(Fixed by Stephane Chazelas, forwarded by Jan Wagner.)
Diffstat (limited to 'NEWS')
| -rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -15,6 +15,7 @@ This file documents the major additions and syntax changes between releases. | |||
| 15 | Fix regression introduced in #1867716 where partially valid performance strings would not be printed anymore | 15 | Fix regression introduced in #1867716 where partially valid performance strings would not be printed anymore |
| 16 | Fix regression in check_http ssl checks on some servers - make SNI an option | 16 | Fix regression in check_http ssl checks on some servers - make SNI an option |
| 17 | Fix guest mode support in check_disk_smb | 17 | Fix guest mode support in check_disk_smb |
| 18 | Fix check_disk_smb failure when run via ePN | ||
| 18 | WARNINGS | 19 | WARNINGS |
| 19 | Updated developer documentation to say that performance labels should not have an equals sign or | 20 | Updated developer documentation to say that performance labels should not have an equals sign or |
| 20 | single quote in the label | 21 | single quote in the label |
