diff options
author | Holger Weiss <holger@zedat.fu-berlin.de> | 2010-04-10 23:57:11 (GMT) |
---|---|---|
committer | Holger Weiss <holger@zedat.fu-berlin.de> | 2010-04-10 23:57:11 (GMT) |
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. | |||
3 | 1.4.15 ... | 3 | 1.4.15 ... |
4 | ENHANCEMENTS | 4 | ENHANCEMENTS |
5 | New check_ntp_peer -m and -n options to check the number of usable time sources ("truechimers") | 5 | New check_ntp_peer -m and -n options to check the number of usable time sources ("truechimers") |
6 | New check_disk_smb -a option which allows for specifying the IP address of the remote server | ||
6 | FIXES | 7 | FIXES |
7 | Fix check_ircd binding to wrong interface (#668778) | 8 | Fix check_ircd binding to wrong interface (#668778) |
8 | Add proxy-authorization option to check_http (Marcel Kuiper - #1323230, Bryan Irvine - #2863925) | 9 | Add proxy-authorization option to check_http (Marcel Kuiper - #1323230, Bryan Irvine - #2863925) |