Fix artifacts in netstat collector of not done cc-lib switch

This commit is contained in:
Thomas Roehl 2025-03-15 04:02:26 +01:00
parent d2b1bad1b8
commit b5520efc25

View File

@ -9,8 +9,8 @@ import (
"strings"
"time"
lp "github.com/ClusterCockpit/cc-energy-manager/pkg/cc-message"
cclog "github.com/ClusterCockpit/cc-metric-collector/pkg/ccLogger"
lp "github.com/ClusterCockpit/cc-lib/ccMessage"
)
const NETSTATFILE = "/proc/net/dev"