Juan José Ivars Poquet
Juan José Ivars Poquet
Hello, i am testing CPU, memory and filesystem awesome-wm-widgets under FreeBSD system but it only works filesystem, the other relies in heavy Linux dependant system structures like /proc. Is there...
Can you extend the documentation diging more in the difference between scan and brute modes, its not clear, maybe some examples would be useful explaining the requests that would send...
Some disks doesnt report device speed correctly when pd_device_speed metric assigns a string value: "Unknown" script execution crashes in that case assign a 0 speed value.
Fixed postgresql>=10 secondary server lag always 0, SuperQ proposed a more clean code solution :), pg_replication_test modified to test pgReplicationQueryBeforeVersion10 or pgReplicationQueryAfterVersion10 depending of the postgresql version
My test steps are: ``` mkdir test cd test wget https://raw.githubusercontent.com/prometheus-community/pro-bing/main/cmd/ping/ping.go go mod init test go mod tidy ``` On my FreeBSD system, I get "protocol not supported" error: ```...