Jakub Pavlik | ffb8d48 | 2016-01-25 23:06:01 +0100 | [diff] [blame] | 1 | haproxy: |
| 2 | proxy: |
| 3 | enabled: true |
Jakub Pavlik | ffb8d48 | 2016-01-25 23:06:01 +0100 | [diff] [blame] | 4 | listen: |
| 5 | contrail_analytics: |
| 6 | type: contrail-analytics |
Gleb Zimin | 9cf0cfc | 2019-01-29 12:05:53 +0400 | [diff] [blame] | 7 | options: |
| 8 | - tcp-check |
Jakub Pavlik | ffb8d48 | 2016-01-25 23:06:01 +0100 | [diff] [blame] | 9 | binds: |
| 10 | - address: 127.0.0.1 |
| 11 | port: 8081 |
| 12 | servers: |
| 13 | - name: ams1posnal01 |
| 14 | host: 127.0.0.1 |
| 15 | port: 9081 |
| 16 | params: check inter 2000 rise 2 fall 3 |
| 17 | - name: ams1posnal02 |
| 18 | host: 127.0.0.1 |
| 19 | port: 9081 |
| 20 | params: check inter 2000 rise 2 fall 3 |
| 21 | - name: ams1posnal03 |
| 22 | host: 127.0.0.1 |
| 23 | port: 9081 |
| 24 | params: check inter 2000 rise 2 fall 3 |
| 25 | contrail_config_stats: |
| 26 | type: contrail-config |
| 27 | format: listen |
| 28 | binds: |
| 29 | - address: '*' |
| 30 | port: 5937 |
| 31 | user: haproxy |
| 32 | password: password |
| 33 | contrail_api: |
| 34 | type: contrail-api |
Gleb Zimin | 9cf0cfc | 2019-01-29 12:05:53 +0400 | [diff] [blame] | 35 | options: |
| 36 | - tcp-check |
Jakub Pavlik | ffb8d48 | 2016-01-25 23:06:01 +0100 | [diff] [blame] | 37 | check: false |
| 38 | binds: |
| 39 | - address: 127.0.0.1 |
| 40 | port: 8082 |
| 41 | servers: |
| 42 | - name: ams1posntw01 |
| 43 | host: 127.0.0.1 |
| 44 | port: 9100 |
| 45 | params: check inter 2000 rise 2 fall 3 |
| 46 | - name: ams1posntw02 |
| 47 | host: 127.0.0.1 |
| 48 | port: 9100 |
| 49 | params: check inter 2000 rise 2 fall 3 |
| 50 | - name: ams1posntw03 |
| 51 | host: 127.0.0.1 |
| 52 | port: 9100 |
Dennis Dmitriev | 3a1cbfa | 2017-07-06 21:07:27 +0300 | [diff] [blame] | 53 | params: check inter 2000 rise 2 fall 3 |
| 54 | |
| 55 | # For haproxy/meta/sensu.yml |
| 56 | linux: |
| 57 | network: |
| 58 | fqdn: linux.ci.local |