forked from allen13/golerta
-
Notifications
You must be signed in to change notification settings - Fork 0
/
example.toml
42 lines (35 loc) · 934 Bytes
/
example.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
[golerta]
bind_addr = ":5608"
signing_key = "CHANGEME"
auth_provider = "oauth"
continuous_query_interval = "5s"
log_alert_requests = false
[flapdetection]
enabled = true
half_life_seconds = 60.0
threshold = 4.0
minimum_score = 0.02
[ldap]
host = "ldap.forumsys.com"
port = 389
base_dn = "dc=example,dc=com"
bind_dn = "cn=read-only-admin,dc=example,dc=com"
bind_password = "password"
user_filter = "(uid=%s)"
use_ssl = false
[oauth]
host = "openshift.default.svc.cluster.local"
client_id = "openshift-challenging-client"
response_type = "token"
[rethinkdb]
address = "localhost:28015"
database = "golerta"
alert_history_limit = 100
[notifiers]
trigger_severities = ["critical","flapping"]
[notifiers.file]
enabled = true
files = ["stdout"]
[notifiers.pagerduty]
enabled = false
service_key = "pagerduty service key here"