From af69a683f898641a5f6ba2326bbaaa5d410fac56 Mon Sep 17 00:00:00 2001 From: Philip Griesbacher Date: Wed, 16 Nov 2016 09:57:18 +0100 Subject: [PATCH] version v0.2.7 --- CHANGELOG.md | 5 +++++ main.go | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c1df9bd..0642c42 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## v0.2.7 - 16.11.2016 +### Fix +- Livestatus index out of bound error +- Less Livestatus log entries on an error(downtime) + ## v0.2.6 - 26.10.2016 ### Feature - Version is shown within the help message diff --git a/main.go b/main.go index 4c5820e..431fafa 100644 --- a/main.go +++ b/main.go @@ -33,7 +33,7 @@ const updateRate = 1 const resultQueueLength = 1000.0 //nagfluxVersion contains the current Github-Release -const nagfluxVersion string = "v0.2.6" +const nagfluxVersion string = "v0.2.7" var log *factorlog.FactorLog var quit = make(chan bool)