Skip to content

Commit

Permalink
release v0.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Griesbacher committed Nov 30, 2016
1 parent f52fd9c commit 7c28bcf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v0.2.9 - 30.11.2016
### Feature
- 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.

## v0.2.8 - 23.11.2016
### Fix
- out of memory error on big files
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const updateRate = 1
const resultQueueLength = 1000.0

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

var log *factorlog.FactorLog
var quit = make(chan bool)
Expand Down

0 comments on commit 7c28bcf

Please sign in to comment.