From: Sasa M. <sa...@us...> - 2004-04-28 12:05:18
|
Update of /cvsroot/jrobin/src/org/jrobin/mrtg In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29705/org/jrobin/mrtg Modified Files: MrtgConstants.java Log Message: Added support for gprint/TOTAL in MRTG server app Index: MrtgConstants.java =================================================================== RCS file: /cvsroot/jrobin/src/org/jrobin/mrtg/MrtgConstants.java,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** MrtgConstants.java 8 Apr 2004 12:00:00 -0000 1.6 --- MrtgConstants.java 28 Apr 2004 12:05:02 -0000 1.7 *************** *** 198,202 **** " <datasource>out8</datasource> \n" + " <cf>MAX</cf> \n" + ! " <format>Maximum output:@7.2 @Sbits/s@l</format> \n" + " </gprint> \n" + " <gprint> \n" + --- 198,208 ---- " <datasource>out8</datasource> \n" + " <cf>MAX</cf> \n" + ! " <format>Maximum output:@7.2 @Sbits/s</format> \n" + ! " </gprint> \n" + ! " <gprint> \n" + ! " <datasource>out</datasource> \n" + ! " <cf>TOTAL</cf> \n" + ! " <format>Total output:@7.2 @sbytes@l</format> \n" + ! " <base>1024</base> \n" + " </gprint> \n" + " <gprint> \n" + *************** *** 208,212 **** " <datasource>in8</datasource> \n" + " <cf>MAX</cf> \n" + ! " <format>Maximum input: @7.2 @Sbits/s@l</format> \n" + " </gprint> \n" + " <comment>@l</comment> \n" + --- 214,224 ---- " <datasource>in8</datasource> \n" + " <cf>MAX</cf> \n" + ! " <format>Maximum input: @7.2 @Sbits/s</format> \n" + ! " </gprint> \n" + ! " <gprint> \n" + ! " <datasource>in</datasource> \n" + ! " <cf>TOTAL</cf> \n" + ! " <format>Total input :@7.2 @sbytes@l</format> \n" + ! " <base>1024</base> \n" + " </gprint> \n" + " <comment>@l</comment> \n" + |