SupraOva
SupraOva
Hi everyone, I was able to get through this issue by running this command : # Delayed start `sc config windows_exporter start= delayed-auto` # Restart option `sc failure windows_exporter actions=...
I assume that one of the required counters is disabled. Can you try this command (admin mode) and post the result : `lodctr.exe /Q | findstr /i "disable"`
Yes, so now try to activate these counters by running the command below and check if you still have any errors. ``` lodctr.exe /E:Lsa lodctr.exe /E:PerfProc ```
I rather expect the name in this command : `Get-WmiObject Win32_NetworkAdapter | Select-Object -ExpandProperty NetConnectionID` See https://docs.microsoft.com/en-us/windows/win32/cimwin32prov/win32-networkadapter > NetConnectionID > Data type: string > Access type: Read/write > **Name of...
Is there a way to match the name that appears in class Win32_PerfRawData_Tcpip_NetworkInterface with the name in Win32_NetworkAdapter class ?
Up. Any news about the nic name matching ?