blob: 32ce6abbd86f62d658eeefa02f76cb852d2a3c61 [file] [log] [blame]
jan kaufmanecc80ec2016-01-26 14:13:50 +01001sensu:
2 server:
3 enabled: true
4 keepalive_warning: 20
5 keepalive_critical: 60
6 mine_checks: true
7 database:
8 engine: redis
9 host: localhost
10 port: 6379
11 message_queue:
12 engine: rabbitmq
13 host: rabbitmq
14 port: 5672
15 user: monitor
16 password: pwd
17 virtual_host: '/monitor'
18 bind:
19 address: 0.0.0.0
20 port: 4567
21 handler:
22 default:
23 enabled: true
24 set:
25 - mail
26 stdout:
27 enabled: true
28 mail:
29 mail_to: 'mail@domain.cz'
30 host: smtp1.domain.cz
31 port: 465
32 user: 'mail@domain.cz'
33 password: 'pwd'
34 authentication: cram_md5
35 encryption: ssl
36 domain: 'domain.cz'
37