]> git.etc.gen.nz Git - spong.git/commitdiff
updated with latest changes
authorStephen L Johnson <sjohnson@monsters.org>
Sun, 16 Sep 2001 18:07:00 +0000 (18:07 +0000)
committerStephen L Johnson <sjohnson@monsters.org>
Sun, 16 Sep 2001 18:07:00 +0000 (18:07 +0000)
CHANGES

diff --git a/CHANGES b/CHANGES
index f235e5fac81762748337e3183c1e0d42f2de95b7..8e7ee084d2bc647c7f7c50336902ded9ce0da846 100755 (executable)
--- a/CHANGES
+++ b/CHANGES
@@ -5,6 +5,23 @@ You can pick up the latest spong version from:
 
 Stephen L Johnson <sjohnson@monsters.org>
 
+09/16/01
+
+FIXED - Updated check_cpu, check_disk, check_mailq and check_processes
+to use Spong::SafeExec::safe_exec() to safely run external programs and
+kill child processes.
+
+08/07/01
+
+FIXED - Updated check_ping, check_ntp, check_nfs, check_dns to use new 
+Spong::SafeExec::safe_exec() routine to safely run external programs and kill 
+child processes.
+
+ADDED - Spong::SafeExec.pm module into CVS
+
+06/20/01 - patch to check_tcp() in spong-network.pl to allow size of data 
+grabbed from socket to be set. (Micheal B - michaelb@opentext.com)
+
 Spong 2.7.5
 
 06/07/01 - fixed logic bug in add_contact() routine with group recipients not
@@ -206,7 +223,7 @@ template is not found in spong.message config file.
 
 11/29/00
 CHANGED - Added code in check_http, check_interfaces and check_snmp use new
-spong.hosts host specific parameters. And added $Id: CHANGES,v 1.60 2001/06/13 16:12:24 sljohnson Exp $ RCS keyword.
+spong.hosts host specific parameters. And added $Id: CHANGES,v 1.61 2001/09/16 18:07:00 sljohnson Exp $ RCS keyword.
 
 ADDED - Added wml_escape() in Service.pm module to escape WML format characters
 for display_wml() procedure. (Thanks to Christophe Delmon <delmon@fingo.net>)