From: Stephen L Johnson Date: Wed, 3 May 2000 18:25:09 +0000 (+0000) Subject: Latest changes X-Git-Tag: spong-2_7-alpha5~4 X-Git-Url: http://git.etc.gen.nz/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b10f342e1a0054f198263d9080fc9f69f2939f3f;p=spong.git Latest changes --- diff --git a/CHANGES b/CHANGES index 4c464c7..a70cbc1 100755 --- a/CHANGES +++ b/CHANGES @@ -7,8 +7,29 @@ Stephen L Johnson Version 2.7 Changes +05/03/00 +CHANGED - Perl POD format documenation was added to the check_snmp and +check_interfaces modules. You can now use pod2man, pod2text, or any other pod +convertor to get documenation on the modules. + +ADDED - Added check_snmp contributed by "mike bayliss" +. I added some more error checking code for SNMP sesion +problems and make the sysObjID check optional. SNMP Community names can be +added to host entries in the spong.hosts file using the 'snmp_community' +attribute name. The default community is 'public'. The sysObjID check can be +enabled by adding an 'expect_objid' attribute to the host's entry in %HOSTS in +spong.conf. + +05/02/00 +ADDED - Added check_interfaces contributed by "mike bayliss" +. I added some more error checking code for SNMP sesion +problems. SNMP Community names can be added to host entries in the spong.hosts +file using the 'snmp_community' attribute name. The default community is +'public'. + 04/21/00 -FIXED Fixed problem with Time::HiRes module on system where it's not installed. +FIXED - Fixed problem with Time::HiRes module on system where it's not +installed. CHANGED - Changed the problem escalation code to be a subloop to will recheck services that check as down. The services will be reported as a warning