Simon Gerber
Simon Gerber
Hi, Sorry for the late reply, this issue is probably caused by #41. Can you try to run Signalilo with `--icinga_x509_verify_cn=false` (or environment variable `SIGNALILO_ICINGA_X509_VERIFY_CN=false`) and see if that resolves...
Thanks for the feedback. We have considered different options for handling stale alerts in Icinga, but it's hard to implement a solution that's correct for arbitrary resend intervals in Alertmanager,...
At the time Signalilo performs garbage collection, we do not know which alerts are firing, since we do not keep any local state about alerts in Signalilo. Therefore we cannot...
Hi, Thanks for reaching out! For our internal use case, there is a one-to-one mapping from an OpenShift cluster Prometheus stack to a special Icinga2 host which only shows the...
Hi Dennis, Thanks for the report. To address your initial question: we've simply not encountered the case of having spaces in the Alertname until now, so we never considered this...
I just ran into the same issue when trying to enable the BGP control plane on an existing OCP cluster. Applying the workaround as mentioned in https://github.com/cilium/cilium/issues/31499#issuecomment-2009051870 worked for me...
Hi, Thanks for the feedback. Unfortunately, consistently filling the password field on websites that do ~~weird~~ advanced stuff with their password fields can be tricky. I will have a look...
I haven't had much time to work on the extension recently, I'll look into adding an option to disable the reveal button, as fixing the positioning is rather harder than...
The button is implemented by hand using some javascript in https://github.com/simu/passwordhasherplus/blob/b9c7f7cccb742028af4760d33654d1f4e803164b/content-script.js#L57-L85 A new option can be implemented in `options.html`/`options.js` and used in `content-script.js` to not create the button by simply...
@lord2800 thanks for the contributions, I'll try to have a look ASAP