atc0005 / go-nagios

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

Expand PerformanceData field validation #189

Closed atc0005 closed 1 year ago

atc0005 commented 1 year ago

Use helper validation functions implemented for earlier work to expand validation of PerformanceData fields.

This is not expected to be a breaking change as it adjusts validation behavior to assert valid performance data metric field values per official plugin guidelines.

fixes GH-186