mirror of
https://github.com/prymitive/karma
synced 2026-05-07 03:26:52 +00:00
Fixes #190. With this feature unsee can be configured to proxy requests to selected Alertmanager instances, if it's enabled unsee silence form will send a request via unsee rather than directly. This allows users to manage silences in environments where they have access to unsee but not to Alertmanager. Only silences endpoints on Alertmanager API are proxied.
44 lines
639 B
YAML
44 lines
639 B
YAML
alertmanager:
|
|
interval: 60s
|
|
servers:
|
|
- name: local
|
|
uri: http://localhost:9093
|
|
timeout: 10s
|
|
proxy: true
|
|
annotations:
|
|
default:
|
|
hidden: false
|
|
hidden:
|
|
- help
|
|
visible: []
|
|
debug: false
|
|
filters:
|
|
default:
|
|
- "@receiver=by-cluster-service"
|
|
labels:
|
|
color:
|
|
static:
|
|
- job
|
|
unique:
|
|
- cluster
|
|
- instance
|
|
- "@receiver"
|
|
keep: []
|
|
strip: []
|
|
listen:
|
|
address: "0.0.0.0"
|
|
port: 8080
|
|
prefix: /
|
|
log:
|
|
config: false
|
|
level: info
|
|
jira:
|
|
- regex: DEVOPS-[0-9]+
|
|
uri: https://jira.example.com
|
|
receivers:
|
|
keep: []
|
|
strip: []
|
|
sentry:
|
|
private: secret
|
|
public: 123456789
|