Matt Bentley
Matt Bentley
I was just looking at this and I am not sure why the css isn't loading for new windows. Looking with developer tools, I just see that the css doesn't...
I've noticed the same behavior for some time on Debian 11; at least since March as that is when I started regularly checking for `nvidia-smi` functioning in containers, and thanks...
Fair point and callout - they do. I was looking back, doing a cross-check of the times I detected the issue & sending myself a notification and the packages that...
At least in my case where `telegraf` is a big culprit, I can see that in the post install script it does [call a `systemctl daemon-reload`](https://github.com/influxdata/telegraf/blob/c66ccee46f47717c399ccc0348d17c95d11f477d/scripts/deb/post-install.sh#L16) which matches the behavior...
I just added a PR for SABnzbd support to show the number of slots occupied (number of downloads).
I'd add more metrics but I figured that I could start with some the basics as just a simple download queue number was easy enough. More data could be scraped,...
I also just added another change to add an optional interval to update the value after looking at the qTorrent custom service. I might be able to re-use some code...
I'm using cgroups v2 myself so I would be interested in hearing what you did @gengwg
In that case, whatever the trigger is that you're seeing apparently isn't the same as mine as all that your instructions do is switch from cgroups v1 to v2. I'm...
I had been messing around with a few things locally, such as getting the download speed but I was struggling with where exactly to put it. The nice thing is...