Fixed
Details
Assignee
Chandra GorantlaChandra GorantlaReporter
Jeff GehlbachJeff GehlbachComponents
Sprint
NoneFix versions
Affects versions
Priority
Major
Details
Details
Assignee
Chandra Gorantla
Chandra GorantlaReporter
Jeff Gehlbach
Jeff GehlbachComponents
Sprint
None
Fix versions
Affects versions
Priority
PagerDuty
PagerDuty
PagerDuty
Created June 29, 2018 at 4:29 PM
Updated July 31, 2018 at 6:58 PM
Resolved July 25, 2018 at 3:08 PM
Steps to reproduce:
1. Edit
trapd-configuration.xml
, changingsnmp-trap-port
tossnmp-trap-port
2. Start OpenNMS
3. Run
ss -planu sport = 162
Expected result: A UDP listener is present on port 162
Actual result: No UDP listener is present on port 162
There's a case to be made that Trapd should not even start up given the above typo in its configuration file. It follows that Trapd must not be validating its config against the XSD, which is also a bug unto itself.