aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorGravatar Holger Weiss <holger@zedat.fu-berlin.de> 2010-04-11 01:57:11 +0200
committerGravatar Holger Weiss <holger@zedat.fu-berlin.de> 2010-04-11 01:57:11 +0200
commit5a1babdae8759b4084445b90f676a77007c5ccca (patch)
tree44dd1cdf81266833784c17e5c6bebe83085e5ba1 /NEWS
parent18d4306d238d1985ed35a0b7615ace00179f7ad6 (diff)
downloadmonitoring-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--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 7fe70022..0d05019e 100644
--- a/NEWS
+++ b/NEWS
@@ -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)