We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46fc112 commit af69a68Copy full SHA for af69a68
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+## v0.2.7 - 16.11.2016
2
+### Fix
3
+- Livestatus index out of bound error
4
+- Less Livestatus log entries on an error(downtime)
5
+
6
## v0.2.6 - 26.10.2016
7
### Feature
8
- Version is shown within the help message
main.go
@@ -33,7 +33,7 @@ const updateRate = 1
33
const resultQueueLength = 1000.0
34
35
//nagfluxVersion contains the current Github-Release
36
-const nagfluxVersion string = "v0.2.6"
+const nagfluxVersion string = "v0.2.7"
37
38
var log *factorlog.FactorLog
39
var quit = make(chan bool)
0 commit comments