agalue / gominion

An implementation of the OpenNMS Minion in Go using gRPC
GNU Affero General Public License v3.0
3 stars 1 forks source link

Implement XML/JSON/HTML Collector #4

Closed agalue closed 3 years ago

agalue commented 3 years ago

The OpenNMS XML Collector provides a more robust alternative compared to the HTTP Collector, giving us the ability to extract tabular data from XML or JSON via XPath or HTML via CSS Selectors.

That would be a beneficial addition to this project.