Georg
Georg
I'm confused what the "name" value even does. I configured it expecting it to make it easier to differentiate between multiple tunnels, similar as the "sister project" https://github.com/MindFlavor/prometheus_wireguard_exporter does, but...
@crockk How did you get the name into some of your sample metrics? I cannot see it anywhere in my /metrics. I am using the .toml config.
Ah, nevermind. Now got it too. Heh.
@danhanks Thank you!
Thank you so much @makkarpov!
Hello! I encounter a similar issue with the `rancher` pods getting restarted while they are still applying CRD's. How did you patch the `initialDelaySeconds`? I attempted to dump the deployment...
I managed to solve the error by cleaning up the `.yaml` from entries not needing patching. However, it still would not apply the patched values to the deployment. I then...
Thanks for the JavaScript snippets - those work great ~~, except that the script seems to load quite late, making the sidebar blocks temporarily visible before they are hidden~~. **Edit:**...
Hi, I'd like to add that this would be very interesting from a security perspective as well - currently, if someone creates a new book, it is temporarily publicly visible...
> Some off-topic GitHub tips and tricks: ``` $ cd sieve/ $ curl -Lo foo.patch https://github.com/thsmi/sieve/commit/e827edcd8b0a1fdaf1f4134b0490f1c4629c79f1.patch $ patch -p1 < foo.patch ``` But of course, since many seem to do...