Konstantin Erikov
Konstantin Erikov
I run this code on Windows 11 and Windows Server 2019, results were the same. ``` Set-StrictMode -Version 3.0 $psversiontable $Path = 'C:\Temp\EmptyFolder' Remove-Item -Path $Path New-Item -type Directory -Path...
Hi! If I starting telegraf using CLI or PowerShell, it work as expected. I can terminate telegraf process using `Ctrl + C` and it terminating successfully. Following your recommendations, I...
Hi! I did some research. I consistently rolled back the telegraf version to an earlier one and It was experimentally determined that starting from version v1.18.1 the problem is reproducible...
Hi! The problem with rebooting operating system exist on server if MS Exchange installed on it. As you can see above (my previous message), on telegraf version below 1.18.1 problem...
Instead of laugh on me, you can install MS Exchange server role and you can reproduce this problem. Telegraf service , running in this environment with "empty" config does not...
> If you remove the win_perf_counters and replace it with something like [[inputs.cpu]] does it still occur? I replaced input plugin, as you recommended, and nothing was changed. :( >...
I am trying to understand, why telegraf service, running on version 1.18.0 with the same "empty" telegraf config, which does not interact any Exchange metrics, does not prevent operating system...
Hi! I apologize for misleading you. I'm already a little confused about which version of the telegraph everything works correctly in my case and which it doesn't. Note: When I...
Hi! > Can you provide the logs from telegraf-metrics.log for both those versions? Yes, of course! I reproduced steps (start-service -> reboot) on 1.18.0rc0 and 1.18.0.rc1 witch same telegraf-config. After...