summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorHolger Weiss <hweiss@users.sourceforge.net>2007-07-26 17:32:37 (GMT)
committerHolger Weiss <hweiss@users.sourceforge.net>2007-07-26 17:32:37 (GMT)
commit0a02314e8d520766a9a00712ab49c02f1ebb7a63 (patch)
tree342b042a94e467c55dd2921cf2d5af70bb4d61c7 /NEWS
parentee33124028a0a5adb13123c0683b04323d26c3b3 (diff)
downloadmonitoring-plugins-0a02314e8d520766a9a00712ab49c02f1ebb7a63.tar.gz
The "--serverip" and "--requestedip" options now accept host names, too.
This doesn't quite fit the option names and so far I haven't changed the "--help" output which currently only talks about IP addresses. However, I don't see why resolving host names should not be supported. Also note that for the moment, I added a quick'n'dirty resolve_host() function which should really go into netutils.c. I just wanted to think about its interface a bit more before providing such a function globally. git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1766 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 2d19664..7170b19 100644
--- a/NEWS
+++ b/NEWS
@@ -13,6 +13,7 @@ This file documents the major additions and syntax changes between releases.
13 to check DHCP servers on remote networks 13 to check DHCP servers on remote networks
14 New check_dhcp -m/--mac option which allows for specifying the MAC 14 New check_dhcp -m/--mac option which allows for specifying the MAC
15 address to use in the DHCP request 15 address to use in the DHCP request
16 The check_dhcp -r and -s options now accept host names, too
16 17
171.4.9 4th June 2006 181.4.9 4th June 2006
18 Inclusion of contrib/check_cluster2 as check_cluster with some improvements 19 Inclusion of contrib/check_cluster2 as check_cluster with some improvements