diff options
author | Holger Weiss <hweiss@users.sourceforge.net> | 2007-07-26 17:32:37 +0000 |
---|---|---|
committer | Holger Weiss <hweiss@users.sourceforge.net> | 2007-07-26 17:32:37 +0000 |
commit | 0a02314e8d520766a9a00712ab49c02f1ebb7a63 (patch) | |
tree | 342b042a94e467c55dd2921cf2d5af70bb4d61c7 /NEWS | |
parent | ee33124028a0a5adb13123c0683b04323d26c3b3 (diff) | |
download | monitoring-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-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 | ||
17 | 1.4.9 4th June 2006 | 18 | 1.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 |