Hi, I am trying to compile the agent2 nvidia plugin on Windows. Cloned latest version from the official repo https://git.zabbix.com/projects/AP/r...dia-gpu/browse and then I use "go build" with Go for Windows version 1.24.2 installed.
I get an error "undefined: nvml.NewNVMLRunner".
Any ideas on how to get this working?
I get an error "undefined: nvml.NewNVMLRunner".
C:\Users\johannestoger\code\nvidia-gpu>git checkout 7.2.5
Note: switching to '7.2.5'.
C:\Users\johannestoger\code\nvidia-gpu>go build
go: downloading golang.zabbix.com/sdk v1.2.2-0.20250214072540-aae64eb9189f
# golang.zabbix.com/plugin/nvidia/internal/plugin
internal\plugin\plugin.go:161:22: undefined: nvml.NewNVMLRunner
Note: switching to '7.2.5'.
C:\Users\johannestoger\code\nvidia-gpu>go build
go: downloading golang.zabbix.com/sdk v1.2.2-0.20250214072540-aae64eb9189f
# golang.zabbix.com/plugin/nvidia/internal/plugin
internal\plugin\plugin.go:161:22: undefined: nvml.NewNVMLRunner
Any ideas on how to get this working?