ConSol-Monitoring / snclient

SNClient+ - Cross platform monitoring agent
MIT License
48 stars 8 forks source link

Cpu counters missing (Windows) #8

Closed lausser closed 1 year ago

lausser commented 1 year ago

In checkcpu.go the loop for , name := range snc.Counter.Keys("cpu") { is empty. Snclient is running with Admin privileges (and is running long enough so that cpu samples should have been collected).

sni commented 1 year ago

i assume counter are disabled, double check if CheckSystem in /modules is enabled. I also improved the error message to make this more clear.