Orsiris de Jong
Orsiris de Jong
Any news about this ?
Really ? SHA-1 in 2024 ? This was reported back in August 2023, so it's been one year and still no way to use E2EE on RHEL 9 and alikes...
Perhaps something is finally happening, see https://github.com/nextcloud/desktop/commit/a8021a2dff20aeb1690a8f3019da24ce3738d383 For myself, I'm too scared to use E2EE from a product where out-of-date hash algorithms can stay for more than a year and...
Whatever... The other part of my PR was to add a new compression level which leverages better performance on big systems. Quite surprised that this was just closed without any...
I get the same error spammed in eventlog on multiple Windows Server 2022 21H2 On servers without RDSH role: ``` source=collect.go:220 msg="collector terminal_services failed after 891.6µs, resulting in 20 metrics"...
Sure: ``` C:\Windows\system32>"C:\Program Files\windows_exporter\windows_exporter.exe" --config.file="C:\Program Files\windows_exporter\config.yaml" --collectors.enabled [defaults],cpu_info,terminal_services,memory,tcp,textfile,service,time time=2025-11-21T16:33:31.333+01:00 level=INFO source=main.go:153 msg="using configuration file: C:\\Program Files\\windows_exporter\\config.yaml" time=2025-11-21T16:33:31.406+01:00 level=INFO source=textfile.go:111 msg="textfile directories: C:\\Program Files\\windows_exporter\\textfile_inputs" collector=textfile time=2025-11-21T16:33:31.778+01:00 level=INFO source=net.go:288 msg="nic/addresses collector is...
Pretty sure the performance counters are actually localized: ``` C:\Windows\system32>typeperf "\Terminal Services Session\% User Time" z patienter... Erreur : aucun compteur valide. C:\Windows\system32>typeperf "\Services Terminal Server\Nb de sessions actives" "(PDH-CSV...
> performance counters are localized, but windows_exporter is using a language-neutral Win32 API to mitigate the issue: > > https://learn.microsoft.com/en-us/windows/win32/api/pdh/nf-pdh-pdhaddenglishcounterw Good to know ;) I noticed that windows_exporter tries to...
> I guess the server role `Remote Desktop Session Host` could be the root cause Here's the installed roles on my server that runs Remote Desktop Session Host (RDSH) and...
Probably related to https://github.com/prometheus-community/windows_exporter/issues/2231