Romain
Romain
This fix https://github.com/cloudalchemy/ansible-grafana/issues/255.
Hello, While conducting tests with the exporter, I observed something unusual in my packet capture: it appears that the ICMP check doesn't respect the count and always sends three packets:...
Hi, I've made a small script to retrieve some metrics from `needrestart`, and perhaps it could be useful for others? The script runs `needrestart -b` (batch mode), parses the output,...
Hi, Since https://github.com/prometheus-community/node-exporter-textfile-collector-scripts/commit/feb943f6df8cbc536eaf7fca59a088d59bb39e82, I have encountered multiple issues with the cache timestamp: - at least on debian 12 cloud images, `APT::Periodic::Update-Package-Lists` doesn't mean that `/var/lib/apt/periodic/update-success-stamp` exists: ``` >>> import apt_pkg...
Hi, Since https://github.com/prometheus-community/node-exporter-textfile-collector-scripts/pull/181/, the script `apt_info.py` never returns any `apt_upgrades_pending`. Instead, all the packages are counted in the `apt_upgrades_held`. I think this is because the `cache.upgrade(True)` call marks the packages...
Hi, I'm still trying to replace some Gunicorn with Unit, but I have issues when I try to shut down Unit gracefully. I expect it to properly handle the current...
#### Summary When deploying Mattermost with the operator, Mattermost works fine but the cluster is `reconciling` and the operator logs that it failed to check ingress: > time="2023-09-15T09:40:43Z" level=info msg="[opr.controllers.Mattermost]...