Block a user
Lobotomize fox
Nothing stands out to me. (I assume that all snippets with # to be removed
will be removed)
Add meteocat exporter
Seems that meteocat does not update the data in realtime (right now at 17:20 the last row is from 14:30). Also, the periods are of 30 minutes, so we will have duplicates.
Add custom nix-daemon exporter
I would pass name through tr -dc ' [:alnum:]_\-\.'
to avoid getting garbage in grafana.
Add custom nix-daemon exporter
although it's a little scary to run this as root given that name is arbitrary user input
Yeah I know. Any ideas how to improve it?
Not really. I was thinking of using `{pre,post}-…
Add custom nix-daemon exporter
I think we could use --null-data
in rg
and avoid tr
. There is also --max-count 1
Add custom nix-daemon exporter
Left some suggestions on rip-grep, the rest LGTM (although it's a little scary to run this as root given that name is arbitrary user input)