From: Sasa M. <sa...@us...> - 2004-04-08 12:13:11
|
Update of /cvsroot/jrobin/src/org/jrobin/mrtg In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24435/org/jrobin/mrtg Modified Files: MrtgConstants.java Log Message: MRTG: Allowed for duplicate interface names found on a SNMP enabled device Index: MrtgConstants.java =================================================================== RCS file: /cvsroot/jrobin/src/org/jrobin/mrtg/MrtgConstants.java,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** MrtgConstants.java 11 Mar 2004 13:54:26 -0000 1.5 --- MrtgConstants.java 8 Apr 2004 12:00:00 -0000 1.6 *************** *** 45,48 **** --- 45,51 ---- int GRAPH_WIDTH = 502, GRAPH_HEIGHT = 234; + // should we remove a RRD file if link is removed from the client + boolean REMOVE_RRD_FOR_DEACTIVATED_LINK = true; + // initial template for RrdDef String RRD_TEMPLATE_STR = |