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);
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();
>
>
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
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