Skip to content

Commit 7c28bcf

Browse files
committed
release v0.2.9
1 parent f52fd9c commit 7c28bcf

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v0.2.9 - 30.11.2016
2+
### Feature
3+
- If an Spoolfileline contains e.g. NAGFLUX:TAG::serv=server1 ID=1 NAGFLUX:FIELD::counter_a=123 counter_b=456 the serv and ID will be stored as tag and both counters as fields. This makes it possible to add addition information to your Nagiospoolfiles.
4+
15
## v0.2.8 - 23.11.2016
26
### Fix
37
- out of memory error on big files

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ const updateRate = 1
3333
const resultQueueLength = 1000.0
3434

3535
//nagfluxVersion contains the current Github-Release
36-
const nagfluxVersion string = "v0.2.8"
36+
const nagfluxVersion string = "v0.2.9"
3737

3838
var log *factorlog.FactorLog
3939
var quit = make(chan bool)

0 commit comments

Comments
 (0)