atc0005 / go-nagios

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

Add option to skip os.Exit at plugin completion #148

Closed atc0005 closed 2 years ago

atc0005 commented 2 years ago

This is needed to properly test the ExitState.ReturnCheckResults function using Go 1.16 and newer.

fixes GH-147