rob thijssen

Results 9 comments of rob thijssen

resolves: - https://github.com/benjojo/alertmanager-discord/issues/17 - https://github.com/benjojo/alertmanager-discord/issues/28

> I'll review this next week, as I'm on holiday cool. this pr adds a gh action that is triggered whenever you create a release. the action builds your go...

happens for me too pretty constantly on pi 3 and 4 as well (kios version 2.8.0). issue happens after ip address changes caused by power outages. only workaround i have...

I will upload logs when I get the chance. I have a couple sdcards from borked kios instances.

my windows_exporter on windows 11 [metrics](https://t2.w11.pelagos.systems/metrics) also show up as win 10 ``` # HELP windows_os_info OperatingSystem.Caption, OperatingSystem.Version # TYPE windows_os_info gauge windows_os_info{product="Microsoft Windows 10 Pro",version="10.0.22000"} 1 ```

for what it's worth, you can make use of the dashboards like so: ```bash repo_path=${HOME}/git/percona/grafana-dashboards git clone https://github.com/percona/grafana-dashboards.git ${repo_path} for dashboard in ${repo_path}/dashboards/MongoDB/*.json; do python2 ${repo_path}/misc/convert-dash-from-PMM.py ${dashboard} done ``` then...

i thought i was seeing the same behaviour but after adding `--collect-all` to the exporter startup args, all metrics are shown, whether using tls or not.

ok. i'll put some effort into a few pr's to try to tackle these hurdles if i can get a little more direction or input on what might be acceptable....

for anyone who arrives here looking for a workaround for the missing `repository-packages` filter, piping to grep against the last column from each line of `dnf list` output, can be...