blob: b35c0a8116188b020e1c3f1a97f69b00c440b3dd [file] [log] [blame]
jan kaufmanecc80ec2016-01-26 14:13:50 +01001sensu:
2 server:
3 enabled: true
4 keepalive_warning: 20
Cade Ekblad-Frank7e82d3d2016-10-17 10:01:47 -06005 keepalive_critical: 60
jan kaufmanecc80ec2016-01-26 14:13:50 +01006 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
jan kaufmana3283fb2016-02-29 19:06:07 +010026 - pipe
Cade Ekblad-Frank7e82d3d2016-10-17 10:01:47 -060027 - pagerduty
jan kaufmanecc80ec2016-01-26 14:13:50 +010028 stdout:
29 enabled: true
jan kaufmana3283fb2016-02-29 19:06:07 +010030 pipe:
31 enabled: true
32 command: "/usr/bin/tee /tmp/debug"
jan kaufmanecc80ec2016-01-26 14:13:50 +010033 mail:
34 mail_to: 'mail@domain.cz'
35 host: smtp1.domain.cz
36 port: 465
37 user: 'mail@domain.cz'
38 password: 'pwd'
39 authentication: cram_md5
40 encryption: ssl
41 domain: 'domain.cz'
Cade Ekblad-Frank7e82d3d2016-10-17 10:01:47 -060042 pagerduty:
43 api_key: 'insert-your-key-here'
Jaymes Mosher06fcbd92017-10-16 14:27:43 -060044 slack:
45 webhook_url: 'http://insert-url'
46 filter: test_filter
47 sfdc:
48 sfdc_client_id: 'client_id'
49 sfdc_client_secret: 'secret'
50 sfdc_username: 'username'
51 sfdc_password: 'password'
52 sfdc_auth_url: 'url'
53 environment: 'env'
54 sfdc_organization_id: 'org'
55 token_cache_file: "/var/run/sensu/token_cache_file"
56 filter: test_filter
57 filter:
58 test_filter:
59 negate: false
60 attributes:
61 occurrences: "eval: value == 3 || value % 20 == 0 || ':::action:::' == 'resolve'"
62
Filip Pytlouna66c12b2016-04-14 16:21:01 +020063 client:
64 enabled: false
jan kaufmanecc80ec2016-01-26 14:13:50 +010065