cvs-admin | 10 Sep 2002 22:38

CVS: opennms/etc snmp-graph.properties,1.2,1.3

Update of /cvsroot/opennms/opennms/etc
In directory usw-pr-cvs1:/tmp/cvs-serv29429

Modified Files:
	snmp-graph.properties 
Log Message:
Fixed typos in snmp-graph.properties (thx Fred)

Index: snmp-graph.properties
===================================================================
RCS file: /cvsroot/opennms/opennms/etc/snmp-graph.properties,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- snmp-graph.properties	12 Aug 2002 21:19:10 -0000	1.2
+++ snmp-graph.properties	10 Sep 2002 20:38:16 -0000	1.3
 <at>  <at>  -35,7 +35,7  <at>  <at> 
   memory, \
   novell.codeDataMemory, novell.cacheBuffers, \
   novell.diskSpaceSys, novell.diskSpaceVol2, \
-  winnt2k.dikSpaceC, winnt2k.diskSpaceD, \
+  winnt2k.diskSpaceC, winnt2k.diskSpaceD, \
   printer.powerOnCount, printer.lifeCount, \
   rmonSize.allSizes, \
   winnt2k.diskSpaceC, winnt2k.diskSpaceD, \
 <at>  <at>  -44,7 +44,7  <at>  <at> 
   loadavg, \
   extreme.currentTemp, \
   hpux.cpu, hpux.memory, hpux.swap, hpux.numUsers, hpux.numProcs, hpux.numFsMounted, \
-  sun.swap, sun.procs \
(Continue reading)

cvs-admin | 10 Sep 2002 23:57

CVS: opennms build.properties,1.1.1.1.2.1,1.1.1.1.2.2

Update of /cvsroot/opennms/opennms
In directory usw-pr-cvs1:/tmp/cvs-serv21372

Modified Files:
      Tag: OPENNMS_1_0_BRANCH
	build.properties 
Log Message:
Updated the version in build.properties to 1.0.2

Index: build.properties
===================================================================
RCS file: /cvsroot/opennms/opennms/build.properties,v
retrieving revision 1.1.1.1.2.1
retrieving revision 1.1.1.1.2.2
diff -u -r1.1.1.1.2.1 -r1.1.1.1.2.2
--- build.properties	15 Aug 2002 18:56:47 -0000	1.1.1.1.2.1
+++ build.properties	10 Sep 2002 21:57:34 -0000	1.1.1.1.2.2
 <at>  <at>  -33,7 +33,7  <at>  <at> 
 root.release		= ${root.source}/work/releases

 # opennms.version:	the version number of this install
-opennms.version		= 1.0.1
+opennms.version		= 1.0.2
 # opennms.snapshot:	whether or not this should be a "snapshot" release
 # please do not check this in as false!  set false in
 # ~/.opennms-global.properties or on the command-line, as in,

_______________________________________________
cvs mailing list (cvs <at> lists.opennms.org)
To subscribe, unsubscribe, or change your list options, go to:
(Continue reading)

cvs-admin | 10 Sep 2002 23:58

CVS: opennms/etc capsd-configuration.xml,1.1.1.1.2.1,1.1.1.1.2.2

Update of /cvsroot/opennms/opennms/etc
In directory usw-pr-cvs1:/tmp/cvs-serv21822

Modified Files:
      Tag: OPENNMS_1_0_BRANCH
	capsd-configuration.xml 
Log Message:
Reduced the timeout on HTTPS to five seconds from thirty seconds.

Index: capsd-configuration.xml
===================================================================
RCS file: /cvsroot/opennms/opennms/etc/capsd-configuration.xml,v
retrieving revision 1.1.1.1.2.1
retrieving revision 1.1.1.1.2.2
diff -u -r1.1.1.1.2.1 -r1.1.1.1.2.2
--- capsd-configuration.xml	8 Jul 2002 17:54:52 -0000	1.1.1.1.2.1
+++ capsd-configuration.xml	10 Sep 2002 21:58:37 -0000	1.1.1.1.2.2
 <at>  <at>  -58,7 +58,7  <at>  <at> 
         </protocol-plugin>
         <protocol-plugin protocol="HTTPS" class-name="org.opennms.netmgt.capsd.HttpsPlugin" scan="on" user-defined="false">
 		<property key="ports" value="443"/>
-		<property key="timeout" value="30000"/>
+		<property key="timeout" value="5000"/>
 		<property key="retry" value="2"/>
 	</protocol-plugin>
 	<protocol-plugin protocol="FTP"  class-name="org.opennms.netmgt.capsd.FtpPlugin" scan="on" user-defined="false">

_______________________________________________
cvs mailing list (cvs <at> lists.opennms.org)
To subscribe, unsubscribe, or change your list options, go to:
(Continue reading)

cvs-admin | 11 Sep 2002 00:01

CVS: opennms/etc poller-configuration.xml,1.1.1.1.2.2,1.1.1.1.2.3

Update of /cvsroot/opennms/opennms/etc
In directory usw-pr-cvs1:/tmp/cvs-serv23126

Modified Files:
      Tag: OPENNMS_1_0_BRANCH
	poller-configuration.xml 
Log Message:
Changed the default HTTPS timeout to 5 seconds for the poller.

Index: poller-configuration.xml
===================================================================
RCS file: /cvsroot/opennms/opennms/etc/poller-configuration.xml,v
retrieving revision 1.1.1.1.2.2
retrieving revision 1.1.1.1.2.3
diff -u -r1.1.1.1.2.2 -r1.1.1.1.2.3
--- poller-configuration.xml	9 Aug 2002 15:16:18 -0000	1.1.1.1.2.2
+++ poller-configuration.xml	10 Sep 2002 22:01:40 -0000	1.1.1.1.2.3
 <at>  <at>  -72,7 +72,7  <at>  <at> 
                         <parameter key="url" value="/"/>
                 </service>
                 <service name="HTTPS" interval="300000" user-defined="false" status="on">
-			<parameter key="timeout" value="30000"/>
+			<parameter key="timeout" value="5000"/>
 			<parameter key="ports" value="443"/>
 			<parameter key="url" value="/"/>
 		</service>

_______________________________________________
cvs mailing list (cvs <at> lists.opennms.org)
To subscribe, unsubscribe, or change your list options, go to:
(Continue reading)

cvs-admin | 11 Sep 2002 00:07

CVS: opennms/src/services/org/opennms/netmgt/capsd/snmp IfTableEntry.java,1.1.1.1,1.1.1.1.2.1

Update of /cvsroot/opennms/opennms/src/services/org/opennms/netmgt/capsd/snmp
In directory usw-pr-cvs1:/tmp/cvs-serv24150

Modified Files:
      Tag: OPENNMS_1_0_BRANCH
	IfTableEntry.java 
Log Message:
Modified the number of parameters we receive during a capsd scan of the 
ifTable. All 22 objects can cause an SNMP "tooBig" error on certain
devices (HP 5300xl Procurve switches, for example). This will prevent
us from getting the ifIndex which is required for SNMP data collection.
Since we don't use any but the first nine entries in this table, there 
is no reason to collect them (at least via capsd).

Index: IfTableEntry.java
===================================================================
RCS file: /cvsroot/opennms/opennms/src/services/org/opennms/netmgt/capsd/snmp/IfTableEntry.java,v
retrieving revision 1.1.1.1
retrieving revision 1.1.1.1.2.1
diff -u -r1.1.1.1 -r1.1.1.1.2.1
--- IfTableEntry.java	6 May 2002 15:12:20 -0000	1.1.1.1
+++ IfTableEntry.java	10 Sep 2002 22:07:20 -0000	1.1.1.1.2.1
 <at>  <at>  -103,7 +103,7  <at>  <at> 
 	 */
 	static
 	{
-		ms_elemList = new NamedSnmpVar[22];
+		ms_elemList = new NamedSnmpVar[9];
 		int ndx = 0;
 		
(Continue reading)

cvs-admin | 17 Sep 2002 16:09

CVS: opennms/contrib perlui.pl,NONE,1.1.2.1

Update of /cvsroot/opennms/opennms/contrib
In directory usw-pr-cvs1:/tmp/cvs-serv25237

Added Files:
      Tag: OPENNMS_1_0_BRANCH
	perlui.pl 
Log Message:
Correct the perlui script and moved it to contrib

--- NEW FILE: perlui.pl ---
#!/usr/bin/perl -w

# This script will pop-up a small window with the RTC
# category information from OpenNMS
#
# this was just an attempt to learn perl-gtk, but I thought some
# of you might find it interesting.  =)
#
# it requires a version of send-event.pl that supports sending
# parms (OpenNMS 0.9.6+), as well as the HTTP::Daemon and Gtk
# perl modules.

package PerlUI;
$|++;

use vars qw(
	$VERBOSE
	$OPENNMS_HOME

	 <at> CATEGORIES
(Continue reading)

cvs-admin | 17 Sep 2002 16:11

CVS: opennms/tools/contrib perlui.pl,1.1.1.1,NONE

Update of /cvsroot/opennms/opennms/tools/contrib
In directory usw-pr-cvs1:/tmp/cvs-serv25979

Removed Files:
      Tag: OPENNMS_1_0_BRANCH
	perlui.pl 
Log Message:
Removed perlui script from bin - it is now in contrib

--- perlui.pl DELETED ---

_______________________________________________
cvs mailing list (cvs <at> lists.opennms.org)
To subscribe, unsubscribe, or change your list options, go to:
http://lists.opennms.org/mailman/listinfo/cvs

cvs-admin | 17 Sep 2002 16:43

CVS: opennms/tools/contrib send-event.pl,1.1.1.1,1.1.1.1.2.1

Update of /cvsroot/opennms/opennms/tools/contrib
In directory usw-pr-cvs1:/tmp/cvs-serv6787

Modified Files:
      Tag: OPENNMS_1_0_BRANCH
	send-event.pl 
Log Message:
Modified send-event to include "operinstruct" (Thx Eric)

Index: send-event.pl
===================================================================
RCS file: /cvsroot/opennms/opennms/tools/contrib/send-event.pl,v
retrieving revision 1.1.1.1
retrieving revision 1.1.1.1.2.1
diff -u -r1.1.1.1 -r1.1.1.1.2.1
--- send-event.pl	6 May 2002 15:13:20 -0000	1.1.1.1
+++ send-event.pl	17 Sep 2002 14:43:01 -0000	1.1.1.1.2.1
 <at>  <at>  -17,6 +17,7  <at>  <at> 
 	$UEI
 	$VERBOSE
 	$ZONE
+	$OPERINSTR
 	 <at> PARMS

 	 <at> SEVERITIES
 <at>  <at>  -31,7 +32,7  <at>  <at> 

  <at> SEVERITIES = ( undef, 'Indeterminate', 'Cleared', 'Normal', 'Warning', 'Minor', 'Major', 'Critical' );
 	
-Getopt::Mixed::init('h help>h d=s descr>d i=s interface>i n=i nodeid>n p=s parm>p s=s service>s t=s
(Continue reading)

cvs-admin | 17 Sep 2002 18:56

CVS: opennms/tools/contrib send-event.pl,1.1.1.1,1.2 perlui.pl,1.1.1.1,NONE

Update of /cvsroot/opennms/opennms/tools/contrib
In directory usw-pr-cvs1:/tmp/cvs-serv814

Modified Files:
	send-event.pl 
Removed Files:
	perlui.pl 
Log Message:
Removed perlui and modified send-event.pl to include operinstruct parm.

Index: send-event.pl
===================================================================
RCS file: /cvsroot/opennms/opennms/tools/contrib/send-event.pl,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -r1.1.1.1 -r1.2
--- send-event.pl	6 May 2002 15:13:20 -0000	1.1.1.1
+++ send-event.pl	17 Sep 2002 16:56:45 -0000	1.2
 <at>  <at>  -17,6 +17,7  <at>  <at> 
 	$UEI
 	$VERBOSE
 	$ZONE
+	$OPERINSTR
 	 <at> PARMS

 	 <at> SEVERITIES
 <at>  <at>  -31,7 +32,7  <at>  <at> 

  <at> SEVERITIES = ( undef, 'Indeterminate', 'Cleared', 'Normal', 'Warning', 'Minor', 'Major', 'Critical' );
 	
(Continue reading)

cvs-admin | 17 Sep 2002 18:58

CVS: opennms/contrib perlui.pl,1.1,1.2

Update of /cvsroot/opennms/opennms/contrib
In directory usw-pr-cvs1:/tmp/cvs-serv1575

Added Files:
	perlui.pl 
Log Message:
Moved perlui.pl to contrib

_______________________________________________
cvs mailing list (cvs <at> lists.opennms.org)
To subscribe, unsubscribe, or change your list options, go to:
http://lists.opennms.org/mailman/listinfo/cvs


Gmane