Henrik Solberg
Henrik Solberg
Hi! I noticed that Pyrra exports its own metrics, but they are available in the frontend and not on a dedicated port? There's a mention in [main.go](https://github.com/pyrra-dev/pyrra/blob/main/main.go#L64) of a parameter...
Hi! Great job so far! Just wanted to check if support for dark mode is something that could be considered in a future release.
**What happened?** Hi! I noticed that there's duplicate entries of the alert `AlertmanagerClusterFailedToSendAlerts`. Only difference is the severity-level. It's defined [here](https://github.com/prometheus-operator/kube-prometheus/blob/main/manifests/alertmanager-prometheusRule.yaml#L64-L99). ```YAML - alert: AlertmanagerClusterFailedToSendAlerts annotations: description: The minimum notification...
Hi! As a user receiving alerts from Pyrra, it would be nice to get the URL to Pyrra with the alert. Maybe call the field in the alert something like...
As discussed in https://github.com/pyrra-dev/pyrra/issues/38#issuecomment-1320345859 Namespace is already shown in the UI/frontend and can be used to filter by which is very useful. Having the namespace label in the generated alerts...
**What did you do?** I checked the [documentation](https://prometheus.io/docs/alerting/latest/configuration/#opsgenie_config) and [code](https://github.com/prometheus/alertmanager/blob/main/config/notifiers.go#L102-L111) and didn't find any option to map the field `visibleTo` for the OpsGenie integration. The field `visibleTo` would be very...
Hi! Great job so far with Karma and all the features! We're trying to recreate an overview that we have in another monitoring solution called Zabbix (with a custom frontend...
Solves https://github.com/gchq/CyberChef/issues/1880 Not sure which image-repo you prefer to use, it's using Docker Hub in the pull-request (should be fine since its from a "Verified Publisher" and thus does not...
**Is your feature request related to a problem? Please describe.** Hi! Cyberchef is a very useful tool for contained testing and running regexes locally (running docker on your own laptop...