diff options
author | Holger Weiss <holger@zedat.fu-berlin.de> | 2010-04-11 01:57:11 +0200 |
---|---|---|
committer | Holger Weiss <holger@zedat.fu-berlin.de> | 2010-04-11 01:57:11 +0200 |
commit | 5a1babdae8759b4084445b90f676a77007c5ccca (patch) | |
tree | 44dd1cdf81266833784c17e5c6bebe83085e5ba1 /NEWS | |
parent | 18d4306d238d1985ed35a0b7615ace00179f7ad6 (diff) | |
download | monitoring-plugins-5a1babdae8759b4084445b90f676a77007c5ccca.tar.gz |
check_disk_smb: Allow for specifying an IP address
Add the "-a, --address option" which allows for specifying the IP
address of the server to connect to. If this option is used, the IP
address will be handed over to smbclient(1)'s "-I" option. (Contributed
by Sean Finney, forwarded by Jan Wagner.)
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3,6 +3,7 @@ This file documents the major additions and syntax changes between releases. 1.4.15 ... ENHANCEMENTS New check_ntp_peer -m and -n options to check the number of usable time sources ("truechimers") + New check_disk_smb -a option which allows for specifying the IP address of the remote server FIXES Fix check_ircd binding to wrong interface (#668778) Add proxy-authorization option to check_http (Marcel Kuiper - #1323230, Bryan Irvine - #2863925) |