Error: Каждые 15 мин в логах возникает ошибка:
Не удалось прочитать значение "First Counter" из ключа usbperf\Performance. Коды состояний возвращены в данных.
System: Windows Server 2012 R2 x64
wmi_exporter в этот момент повисал. и Prometheus диагностировал падение хоста. Через минуту все восстанавливалось.
XML format:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
- <System>
<Provider Name="usbperf" />
<EventID Qualifiers="49152">2001</EventID>
<Level>2</Level>
<Task>0</Task>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2019-08-01T08:14:01.000000000Z" />
<EventRecordID>590664</EventRecordID>
<Channel>Application</Channel>
<Computer>TS.Electrosetinn.ru</Computer>
<Security />
</System>
- <EventData>
<Binary>02000000</Binary>
</EventData>
</Event>
The workaround disables that check - so the errors should not be seen in the event log.
I suggest checking the workaround to see if the registry entry exists as it is suggested in the article:
Code:
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\usbhub\Performance]
On the Edit menu, click Add Value, and then add the following registry value:
Value name: Disable Performance Counters
Data type: REG_DWORD
Radix: Decimal
Value data: 1
0 Комментарии