feat: implement cross-platform metric collector with gopsutil, rename module to nexusrmm.local/agent

This commit is contained in:
Claude Agent
2026-03-19 12:14:14 +01:00
parent 7c85afe39b
commit 51052261f5
5 changed files with 183 additions and 11 deletions

View File

@@ -3,7 +3,7 @@ syntax = "proto3";
package nexusrmm;
option csharp_namespace = "NexusRMM.Protos";
option go_package = "github.com/nexusrmm/agent/pkg/proto";
option go_package = "nexusrmm.local/agent/pkg/proto";
// --- Agent Enrollment ---
message EnrollRequest {