atc0005 / go-nagios

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

Clarify `(nagios.Plugin).AddError` behavior #213

Closed atc0005 closed 1 year ago

atc0005 commented 1 year ago

Emphasize that the Plugin.AddError method does not deduplicate errors when adding to the collection.

fixes GH-212