atc0005 / go-nagios

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

Add method for growing errors collection with deduplication behavior #214

Closed atc0005 closed 1 year ago

atc0005 commented 1 year ago

In contrast to the (nagios.Plugin).AddError method which does not perform deduplication, add a new method which does.