Re: [opennms-devel] Capability to convert string into integer or gauge in datacollection

2012-06-28 Thread Samuel Mutel
Hello, Please find below the change I made on file SnmpAttribute.java (package org.opennms.netmgt.collectd): Imports: import java.util.regex.Matcher; import java.util.regex.Pattern; Constant: = private static Pattern NUMBER_PATTERN = Pattern.compile("[^\\d\\-\\+]*([\\+\\-]?\

Re: [opennms-devel] Capability to convert string into integer or gauge in datacollection

2012-06-28 Thread Jeff Gehlbach
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 06/28/2012 06:20 AM, Samuel Mutel wrote: > Please find below the change I made on file SnmpAttribute.java > (package org.opennms.netmgt.collectd): Samuel, thanks for this enhancement. Can you resend your proposed changes in the form of a context