jan kaufman | ecc80ec | 2016-01-26 14:13:50 +0100 | [diff] [blame] | 1 | sensu: |
| 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 |
jan kaufman | a3283fb | 2016-02-29 19:06:07 +0100 | [diff] [blame] | 26 | - pipe |
jan kaufman | ecc80ec | 2016-01-26 14:13:50 +0100 | [diff] [blame] | 27 | stdout: |
| 28 | enabled: true |
jan kaufman | a3283fb | 2016-02-29 19:06:07 +0100 | [diff] [blame] | 29 | pipe: |
| 30 | enabled: true |
| 31 | command: "/usr/bin/tee /tmp/debug" |
jan kaufman | ecc80ec | 2016-01-26 14:13:50 +0100 | [diff] [blame] | 32 | mail: |
| 33 | mail_to: 'mail@domain.cz' |
| 34 | host: smtp1.domain.cz |
| 35 | port: 465 |
| 36 | user: 'mail@domain.cz' |
| 37 | password: 'pwd' |
| 38 | authentication: cram_md5 |
| 39 | encryption: ssl |
| 40 | domain: 'domain.cz' |
Filip Pytloun | a66c12b | 2016-04-14 16:21:01 +0200 | [diff] [blame^] | 41 | client: |
| 42 | enabled: false |
jan kaufman | ecc80ec | 2016-01-26 14:13:50 +0100 | [diff] [blame] | 43 | |