Skip to content

v1.1.0

Compare
Choose a tag to compare
@rbeuque74 rbeuque74 released this 09 May 23:21
· 37 commits to master since this release
v1.1.0
a49c273

Changelog

a49c273 checker: rewrote checker.Run to return a Result directly instead of string, error
f9ead7f lint: activating all gometalinter from travis + final lint error
9cb68b7 lint: fix most of golint warnings/recommandations
d372d41 template: refactored templates to provide error types in configuration file ; unit tests for templating
571a015 processes: remove commented unused code
f9040c9 template: finalize templating on command and http
6019f2e template: finishing http templating
a2c528e template: Allow errors rendering via template from configuration file
8597bb1 tests: fix travis + gometalinter: channel signal.Notify should be buffered
f059fee tests: HTTP checker
47e798e tests: NSCA consumer
ee9505f nsca: configuration and creation of consumer performed inside NSCA class
9faa5fa misc: goreport card on README
e603a00 exit: handle sigterm with a timeout if some plugins are not respecting context cancelation