Fixed
Details
Assignee
Seth LegerSeth LegerReporter
Alejandro GalueAlejandro GalueComponents
Sprint
NoneFix versions
Affects versions
Priority
Blocker
Details
Details
Assignee
Seth Leger
Seth LegerReporter
Alejandro Galue
Alejandro GalueComponents
Sprint
None
Fix versions
Affects versions
Priority
PagerDuty
PagerDuty
PagerDuty
Created September 1, 2017 at 9:11 PM
Updated September 12, 2017 at 10:14 PM
Resolved September 12, 2017 at 5:19 PM
When testing the remote poller on latest snapshot of Meridian 2017.1.0, I found that it was not working.
The reason is that the Angular UI that manages the Monitoring Locations is not able to add poller packages to the server. I can see an error on FireBug:
XML Parsing Error: no root element found Location: http://192.168.205.187:8980/opennms/api/v2/monitoringLocations/RDU Line Number 1, Column 1:
If I go to the database, and add poller packages directly to the appropriate table and restart, for example:
insert into from monitoringlocationspollingpackages values ('RDU','raleigh');
The remote poller works without issues.
So, the problem seems to be a limitation of the UI.