unsee icon indicating copy to clipboard operation
unsee copied to clipboard

Alert dashboard for Prometheus Alertmanager

Results 16 unsee issues
Sort by recently updated
recently updated
newest added

Bumps [jquery](https://github.com/jquery/jquery) from 3.3.1 to 3.5.0. Commits 7a0a850 3.5.0 8570a08 Release: Update AUTHORS.txt da3dd85 Ajax: Do not execute scripts for unsuccessful HTTP responses 065143c Ajax: Overwrite s.contentType with content-type header...

dependencies

Hi. We've noticed some problems with unsee after we upgraded our alertmanager to 0.16.0 Via: * https://github.com/prometheus/alertmanager/issues/1508 * https://github.com/prometheus/alertmanager/releases/tag/v0.16.0 New alertmanager does not include: `api/v1/alerts/groups` which breaks unsee when using...

Adds URL to replacement project Karma.

I would like to see the ability to create silences without an alert being fired.

enhancement

When using basic authentication for alertmanagers, the credentials are visible in the process output. Preferred behaviour: Masked passwords, or credentials filtered altogether

This line... https://github.com/cloudflare/unsee/blob/4c306c05f4d63d390ac946f71a000454c0f7742b/assets/static/silence.js#L95 ``` d.push("curl " + alertmanagerSilencesAPIUrl(uri)); ``` Produces a curl command like this, which is super handy! ``` curl https://alertmanager1.internal.net:9093//api/v1/silences -X POST --data { "matchers": [ { "name":...

After silencing an alert via the unsee dashboard I don't see the comment immediately. As a matter of fact I only see the comment after silence expiration. What am I...

help wanted
question

The `gin_requests_total` metrics output by Unsee contain the request URI, which can contain arbitrary values. This produces very high cardinality in Unsee's metrics. The `handler` label should be sufficient; access...

Would be great to enable taking the username from a HTTP header.