We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 318b37d commit a2d01adCopy full SHA for a2d01ad
2 files changed
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+## v0.5.7 - 12.03.2026
2
+### Feature
3
+- add length based anomaly detection when parsing perfdata fields
4
+- add detection of unmatched substrings after regex search for perfdata groups in log string
5
+
6
## v0.5.6 - 10.02.2026
7
### Fix
8
- fix panic on shutdown
pkg/nagflux/nagflux.go
@@ -31,7 +31,7 @@ type Stoppable interface {
31
}
32
33
// nagfluxVersion contains the current Github-Release
34
-const nagfluxVersion string = "v0.5.6"
+const nagfluxVersion string = "v0.5.7"
35
36
var (
37
log *factorlog.FactorLog
0 commit comments