Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/net
In directory sc8-pr-cvs17:/tmp/cvs-serv29298/10.4/unstable/main/finkinfo/net

Modified Files:
        opennms.info opennms.patch 
Log Message:
fixed graph entry patch

Index: opennms.patch
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/net/opennms.patch,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- opennms.patch       19 Jun 2007 18:11:05 -0000      1.3
+++ opennms.patch       19 Jun 2007 18:15:34 -0000      1.4
@@ -1,4 +1,3 @@
-diff -uNr opennms-1.3.2-1/source/maven-settings.xml 
opennms-1.3.2-1-new/source/maven-settings.xml
 --- opennms-1.3.2-1/source/maven-settings.xml  1969-12-31 19:00:00.000000000 
-0500
 +++ opennms-1.3.2-1-new/source/maven-settings.xml      2007-05-19 
12:44:23.000000000 -0400
 @@ -0,0 +1,5 @@
@@ -7,3 +6,28 @@
 + <interactiveMode>false</interactiveMode>
 + <offline>true</offline>
 +</settings>
+--- 
opennms-1.3.3-1/source/opennms-daemon/src/main/filtered/etc/snmp-graph.properties
  (revision 6506)
++++ 
opennms-1.3.3-1/source/opennms-daemon/src/main/filtered/etc/snmp-graph.properties
  (revision 6507)
+@@ -235,6 +235,10 @@
+  CDEF:bitsIn=octIn,8,* \
+  CDEF:bitsOut=octOut,8,* \
+  CDEF:bitsOutNeg=0,bitsOut,- \
++ CDEF:outSum=bitsOut,{diffTime},* \
++ CDEF:inSum=bitsIn,{diffTime},* \
++ CDEF:totBits=octIn,octOut,+,8,* \
++ CDEF:totSum=totBits,{diffTime},* \
+  AREA:bitsIn#00ff00:"In " \
+  GPRINT:bitsIn:AVERAGE:"Avg  \\: %8.2lf %s" \
+  GPRINT:bitsIn:MIN:"Min  \\: %8.2lf %s" \
+@@ -242,7 +246,10 @@
+  AREA:bitsOutNeg#0000ff:"Out" \
+  GPRINT:bitsOut:AVERAGE:"Avg  \\: %8.2lf %s" \
+  GPRINT:bitsOut:MIN:"Min  \\: %8.2lf %s" \
+- GPRINT:bitsOut:MAX:"Max  \\: %8.2lf %s\\n"
++ GPRINT:bitsOut:MAX:"Max  \\: %8.2lf %s\\n" \
++ GPRINT:inSum:AVERAGE:"  Tot In  \\: %8.2lf %s" \
++ GPRINT:outSum:AVERAGE:" Tot Out  \\: %8.2lf %s" \
++ GPRINT:totSum:AVERAGE:" Tot  \\: %8.2lf %s\\n"
+ 
+ report.mib2.octets.name=Bytes In/Out
+ report.mib2.octets.columns=ifInOctets,ifOutOctets

Index: opennms.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/net/opennms.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- opennms.info        19 Jun 2007 18:11:05 -0000      1.4
+++ opennms.info        19 Jun 2007 18:15:34 -0000      1.5
@@ -1,6 +1,6 @@
 Package: opennms
 Version: 1.3.3
-Revision: 1
+Revision: 2
 
 Source: mirror:sourceforge:%n/%n-source-%v-1.tar.gz
 Source-MD5: 5f211f6021afdbf2d69480df5ef9f712


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to