diff --git a/internal/common/common-ws.go b/internal/common/common-ws.go index 4f2f5d22..89a3c823 100644 --- a/internal/common/common-ws.go +++ b/internal/common/common-ws.go @@ -22,6 +22,10 @@ const ( GetSmartData // Request detailed systemd service info from agent GetSystemdInfo + // Sync network probe configuration to agent + SyncNetworkProbes + // Request network probe results from agent + GetNetworkProbeResults // Add new actions here... )