atc0005 / go-nagios

Shared Golang package for Nagios plugins
MIT License
8 stars 3 forks source link

Sort Performance Data metrics before emitting them #165

Closed atc0005 closed 1 year ago

atc0005 commented 1 year ago

While I don't know that pseudo-random order is against the defined API, the results from testing indicate that at a minimum Nagios XI does not properly handle ingesting metrics that do not use a fixed order.

fixes GH-164