-
Type:
Bug
-
Status: Resolved (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: Meridian-2017.1.6
-
Fix Version/s: 22.0.3, Meridian-2017.1.10, Meridian-2018.1.0
-
Component/s: Event Reception - SNMP Traps
-
Security Level: Default (Default Security Scheme)
-
Sprint:Horizon - July 11th 2018, Horizon - July 18th 2018, Horizon - July 25th 2018
Steps to reproduce:
1. Edit trapd-configuration.xml, changing snmp-trap-port to ssnmp-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.