diff options
author | Stanley Hopcroft <stanleyhopcroft@users.sourceforge.net> | 2005-02-01 07:35:53 +0000 |
---|---|---|
committer | Stanley Hopcroft <stanleyhopcroft@users.sourceforge.net> | 2005-02-01 07:35:53 +0000 |
commit | 15973a8ec2ac943e3fdb49d874519932bbd89ed1 (patch) | |
tree | 77eb95b414355489d49aec9d2979e092c152a78b | |
parent | f9872b0f58b0748f18acfc41a776b5d8cbbfe48d (diff) | |
download | monitoring-plugins-15973a8ec2ac943e3fdb49d874519932bbd89ed1.tar.gz |
Amendments for check_icmp
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1120 f882894a-f735-0410-b71e-b25c423dba1c
-rw-r--r-- | CHANGES | 8 |
1 files changed, 2 insertions, 6 deletions
@@ -14,13 +14,9 @@ This file documents the major additions and syntax changes between releases. Caveats, Notes 1 check_icmp may not build or run on all architectures. This plugin should be regarded - as volatile (subject to change - see the CVS if in doubt). cd plugins && make plugin' to build. + as volatile (subject to change - see the CVS if in doubt). cd plugins && make check_icmp to build. -check_icmp was recently renamed by the author (A Ericsson) to 'check_rta' and _substantially_ updated -(see http://oss.op5.se/nagios) -check_icmp is known to run on *FreeBSD. - -2 contrib/check_citrix has been replaced by contrib/check_ica* +2 contrib/check_citrix has been replaced by contrib/check_ica* (requires packet_utils.pm in libexec) |