mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-04-22 06:36:55 -04:00
1 New /contrib plugins
2 Revised check_dhcp.c status in CHANGES git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1111 f882894a-f735-0410-b71e-b25c423dba1c
This commit is contained in:
parent
8650b8c72a
commit
ccf789e017
5 changed files with 429 additions and 369 deletions
12
CHANGES
12
CHANGES
|
|
@ -13,11 +13,15 @@ This file documents the major additions and syntax changes between releases.
|
|||
|
||||
Caveats, Notes
|
||||
|
||||
1 check_dhcp and check_icmp may not build or run on all architectures. Both plugins should be regarded
|
||||
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.
|
||||
|
||||
1.1 check_dhcp: tested successfully on Linux and FreeBSD; fails on Solaris 9; unknown on HPUX and AIX
|
||||
1.2 check_icmp: recently renamed by the author (A Ericsson) to 'check_rta' and substantially updated.
|
||||
check_icmp is known to run on *FreeBSD.
|
||||
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*
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -145,3 +145,5 @@ Daniel Austin
|
|||
John Warburton
|
||||
Paulo Fessel
|
||||
Randy O'Meara
|
||||
Mario Witte
|
||||
Rainer Duffner
|
||||
|
|
|
|||
|
|
@ -54,6 +54,3 @@ fetchlog-0.94.tar.gz - C program: The fetchlog utility displays the last new m
|
|||
plugin to monitor local logfiles or together with Net-SNMP to monitor
|
||||
remote logfiles. The README shows how to setup fetchlog for Nagios.
|
||||
(Alexander Haderer)
|
||||
|
||||
check_icmp-0.8.tar.gz - C program: check_icmp is an alternative to check_ping that doesn't require the ping
|
||||
utility or any other executable.
|
||||
|
|
|
|||
Loading…
Reference in a new issue