diff options
author | Holger Weiss <hweiss@users.sourceforge.net> | 2007-07-26 00:02:28 (GMT) |
---|---|---|
committer | Holger Weiss <hweiss@users.sourceforge.net> | 2007-07-26 00:02:28 (GMT) |
commit | c6498986b710305357608d2fb7e9df2ca275137a (patch) | |
tree | d2ba0d4cfe43e4eb452abcfb7141917abd38e73e /NEWS | |
parent | 37287823f07f64e8208cfe016a95056d6be19ea7 (diff) | |
download | monitoring-plugins-c6498986b710305357608d2fb7e9df2ca275137a.tar.gz |
New "-u, --unicast" option which gives check_dhcp the ability to mimic a
DHCP relay server in order to check remote subnets (Heiti Ernits and
Andreas Ericsson - 1218235)
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1762 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -9,6 +9,8 @@ This file documents the major additions and syntax changes between releases. | |||
9 | Check_disk now calls stat() on all filesystems to check. (Old: only the ones selected using -p) | 9 | Check_disk now calls stat() on all filesystems to check. (Old: only the ones selected using -p) |
10 | A meaningful error message (eg "Stale NFS Handle") is printed if stat fails. | 10 | A meaningful error message (eg "Stale NFS Handle") is printed if stat fails. |
11 | Check_disk's --help now prints some examples for the new features introduced in 1.4.8 | 11 | Check_disk's --help now prints some examples for the new features introduced in 1.4.8 |
12 | New check_dhcp -u/--unicast option for emulating a DHCP relay in order | ||
13 | to check DHCP servers on remote networks | ||
12 | 14 | ||
13 | 1.4.9 4th June 2006 | 15 | 1.4.9 4th June 2006 |
14 | Inclusion of contrib/check_cluster2 as check_cluster with some improvements | 16 | Inclusion of contrib/check_cluster2 as check_cluster with some improvements |