@cryptotaxi247 / netdata-1 / commits / 1db23ce07

go.d filecheck fix dir existence chart label (#18126)

Ilya Mashchenko committed Jul 12, 2024 at 13:05 UTC 1db23ce07fd4863db43a493f793bda07b05d4fbc
1 file changed +1 -1
src/go/plugin/go.d/modules/filecheck/charts.go
+1 -1
@@ -153,7 +153,7 @@ func (f *Filecheck) updateDirCharts(infos []*statInfo) {
153
154 if !sd.hasExistenceCharts {
155 sd.hasExistenceCharts = true
156 - f.addFileCharts(info.path,
156 + f.addDirCharts(info.path,
157 dirExistenceStatusChartTmpl.Copy(),
158 )
159 }