File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ## v0.5.6 - 10.02.2026
2+ ### Fix
3+ - fix panic on shutdown
4+
5+
16## v0.5.5 - 05.02.2026
27### Feature
38- add options to disable livestatus and spoolfolders
712### Feature
813- add filtering to selectively process metrics
914
15+
1016## v0.5.3 - 02.06.2025
1117### Fix
1218- fix parsing spool files too early
1319
20+
1421## v0.5.2 - 13.11.2024
1522### Changes
1623- remove [ error] output from performance data
1724- moved source into pkg/nagflux
1825### Feature
1926- add influxdb v2 support
2027
28+
2129## v0.5.1 - 04.10.2024
2230### Changes
2331- changed git location to https://github.com/ConSol-Monitoring/nagflux
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ type Stoppable interface {
3232}
3333
3434// nagfluxVersion contains the current Github-Release
35- const nagfluxVersion string = "v0.5.5 "
35+ const nagfluxVersion string = "v0.5.6 "
3636
3737var (
3838 log * factorlog.FactorLog
You can’t perform that action at this time.
0 commit comments