atc0005 / go-nagios

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

Add support for error annotations #216

Closed atc0005 closed 1 year ago

atc0005 commented 1 year ago

Changes

This collection of changes provides a way for client code to add additional human-readable explanation for errors encountered during plugin execution. This additional context is intended to help sysadmins remediate common issues detected by plugins.

References