implement a json collector

Description

Implement a data collector that retrieves its data from json output.

Acceptance / Success Criteria

None

Lucidchart Diagrams

Activity

Show:

Alejandro Galue July 9, 2013 at 2:44 PM

I've adapted the solution made by Ron Roskens here:
https://github.com/roskens/opennms/commit/33771eaf49a8171b09df6e068d8f188a081c29dd

Basically, I left the XML Collection Handler untouched because the JXPath is not providing the same functionality as javax.xml.xpath.XPathFactory (some of the 3GPP tests were failing); so, the JXPath is going to be used only by the JSON Collection Handler.

Fixed on revision 2ab13fb53ccc3a2ddd2b344ebc0580476da2ede6 for 1.12

Fixed

Details

Assignee

Reporter

Components

Fix versions

Affects versions

Priority

PagerDuty

Created July 18, 2012 at 1:53 PM
Updated January 27, 2017 at 4:21 PM
Resolved July 9, 2013 at 2:44 PM