Skip to content
This repository has been archived by the owner on May 26, 2022. It is now read-only.

Releases: zoni/nagios-check-runner

v0.0.3: Avoid creating zombies

19 Apr 13:58
Compare
Choose a tag to compare
When the exec publisher failed to write to stdin it would return early,
before calling cmd.Wait(). Explicitly call cmd.Wait() even in this
instance to ensure resources are freed.

v0.0.2

15 Apr 09:49
Compare
Choose a tag to compare
Add arm6_deb makefile target