forked from zalando-zmon/zmon-worker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yaml
61 lines (42 loc) · 1.56 KB
/
config.yaml
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
redis.servers: 'redis://localhost:6379/0'
server.port: 23500
loglevel: 'INFO'
notifications.mail.on: true
notifications.mail.tls: false
notifications.mail.host: 'localhost'
notifications.mail.port: 25
notifications.mail.sender: '[email protected]'
notifications.sms.on: true
notifications.sms.provider_url: 'https://gateway.smstrade.de'
notifications.sms.apikey: '--secret--'
notifications.sms.sender: 'zmon'
notifications.sms.route: 'gold'
notifications.sms.contact_groups: {'1stlevel': []}
notifications.sms.maxlength: 2048
zmon.queues: "zmon:queue:default/16,zmon:queue:internal/2"
safe_repositories: []
kairosdb.enabled: True
kairosdb.host: 'localhost'
kairosdb.port: 8083
metriccache.url: 'http://localhost:8086'
metriccache.check.id: 0
metriccache.check.ids: []
## plugin configuration: these values override those set in local plugin config files
plugin.eventlog.eventlog_url: 'https://eventlog.example.com/'
plugin.history.url: 'http://localhost:8083'
plugin.kairosdb.url: 'http://localhost:8083'
plugin.joblocks.cmdb_url: 'https://cmdb.example.com/'
plugin.ldap.user: 'user'
plugin.ldap.pass: '--secret--'
plugin.sql.user: 'zmon'
plugin.sql.pass: '--secret--'
plugin.orasql.user: 'zmon'
plugin.orasql.pass: '--secret--'
plugin.mysql.user: 'zmon'
plugin.mysql.pass: '--secret--'
plugin.mssql.user: 'zmon'
plugin.mssql.pass: '--secret--'
plugin.elasticsearch.url: 'https://es-cluster'
plugin.appdynamics.url: 'https://appdynamics'
plugin.saml.url: 'https://idp.example.com/profile/SAML2/Unsolicited/SSO?providerId=urn:self'
plugin.openam.url: 'https://auth.zalando.com/z'