Files
karma/docs/example.yaml
Łukasz Mierzwa 24335ebf1f Add support for passing path to custom TLS CA cert & client key/cert pair
This adds support for passing a custom http.RoundTripper so in effect we can customize TLS client config for HTTPS requests.
Fixes #184
2018-01-23 19:22:12 -08:00

51 lines
839 B
YAML

alertmanager:
interval: 60s
servers:
- name: local
uri: http://localhost:9093
timeout: 10s
proxy: true
- name: client-auth
uri: https://localhost:9093
timeout: 10s
tls:
ca: /etc/ssl/certs/ca-bundle.crt
cert: /etc/unsee/client.pem
key: /etc/unsee/client.key
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