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