When using the events:stress command, the node-id or interface passed as parameters are ignored when using jexl

Description

Let's say I'd like to perform some event stress and execute the command like this:

events:stress -n 5 -i 192.168.205.10 -u uei.opennms.org/generic/traps/SNMP_Link_Down -j "ifIndex = math:floor(math:random() * 20).intValue()" -j "eb.addParam('.1.3.6.1.2.1.2.2.1.1.' + ifIndex, ifIndex)" -j "eb.addParam('.1.3.6.1.2.1.2.2.1.7.' + ifIndex, 1)" -j "eb.addParam('.1.3.6.1.2.1.2.2.1.8.' + ifIndex, 2)" -j "eb.setIfIndex(ifIndex)" -j

The generated events are not associated with any node or interface.

The workaround is using JEXL for everything (including node and interface); for example:

events:stress -u uei.opennms.org/generic/traps/SNMP_Link_Down -j "ifIndex = math:floor(math:random() * 20).intValue()" -j "eb.addParam('.1.3.6.1.2.1.2.2.1.1.' + ifIndex, ifIndex)" -j "eb.addParam('.1.3.6.1.2.1.2.2.1.7.' + ifIndex, 1)" -j "eb.addParam('.1.3.6.1.2.1.2.2.1.8.' + ifIndex, 2)" -j "eb.setIfIndex(ifIndex)" -j "eb.setService('SNMP')" -j "eb.setNodeid(1)" -j "eb.getEvent().setInterface('172.31.20.7')"

Acceptance / Success Criteria

None

Lucidchart Diagrams

Activity

Show:

Christian Pape December 4, 2018 at 8:49 PM

Fixed

Details

Assignee

Reporter

Components

Sprint

Affects versions

Priority

PagerDuty

Created November 26, 2018 at 9:47 PM
Updated March 11, 2019 at 10:32 PM
Resolved December 6, 2018 at 5:11 PM

Flag notifications