[opennms-devel] reduction key in alarm type 1

2013-04-29 Thread vivek nalla
In the class Mib2Events.java of opennms-tools. reduction key is set like this. Is there any wrong with this? public static AlarmData getTrapEventAlarmData() { AlarmData ad = new AlarmData(); ad.setReductionKey("%uei%:%dpname%:%nodeid%:%interface%"); ad.setAlarmType(1);

Re: [opennms-devel] reduction key in alarm type 1

2013-04-29 Thread vivek nalla
Dear benjamin, any thoughts? On Mon, Apr 29, 2013 at 5:05 PM, vivek nalla wrote: > In the class Mib2Events.java of opennms-tools. reduction key is set like > this. Is there any wrong with this? > > public static AlarmData getTrapEventAlarmData() { > AlarmData ad = new AlarmData(); > >

Re: [opennms-devel] reduction key in alarm type 1

2013-04-29 Thread Jeff Gehlbach
On 04/29/2013 01:35 PM, vivek nalla wrote: > In the class Mib2Events.java of opennms-tools. reduction key is set like > this. Is there any wrong with this? > > ... > >ad.setReductionKey("%uei%:%dpname%:%nodeid%:%interface%"); Nothing is wrong with this technically. It's a reasona

Re: [opennms-devel] reduction key in alarm type 1

2013-04-29 Thread Alejandro Galue
Hello, On Apr 29, 2013, at 7:35 AM, vivek nalla wrote: > In the class Mib2Events.java of opennms-tools. reduction key is set like > this. Is there any wrong with this? Yes, there is. I didn't wrote mib2events but I wrote the new Vaadin app for the MIB Compiler and Event/DataCollection editor