Christoph Maser
Christoph Maser
This issue should be resolved.
Well. Looking at the documentation. The new config format is supported since 3.7.0. This version was released 2017. All other branches are EOL since at least 2018. So I don't...
the authentication works in g10k, its just when multiple authentications are needed that you get multiple password prompts simultaniously. since r10k is serial there is no problem there
This is https. If I could use ssh I wouldn't run into this issue
Hmm, un this special scenario the repos are actually configured with uri: => 'git@...' but in an devel environment i use git config --global url."https://....".insteadOf git@... because the devel system...
So #288 got merged, any plans to go ahead with this?
The the number of notifications should not change at all. Unless some corner where case your servicies in the same alert group are flapping in such way that the would...
Like i laid out flapping with resolving _all_ allerts on a group should beconsidered a major flaw in your setup so I in my mind raising the number of notifications...
Yes I meant group_interval not group wait. Yes a prometheus restart could trigger this, I did not think about this case. Shouldn't that be mitigated in part by by https://github.com/prometheus/prometheus/pull/4061...
Hm well that is actually what `systemd-escape` does. Since `/` gets replaced by `-`, the dash gets replaced by `\x2d`. ```bash $ systemd-escape a/b-c a-b\x2dc ``` There is the `--mangle`...