| Ondrej Smola | 03ff34e | 2016-12-01 01:30:33 +0100 | [diff] [blame] | 1 | parameters: |
| 2 | _param: | ||||
| 3 | collectd_remote_collector_port: 8326 | ||||
| 4 | collectd: | ||||
| 5 | remote_client: | ||||
| 6 | enabled: true | ||||
| 7 | backend: | ||||
| 8 | remote_collector: | ||||
| 9 | engine: http | ||||
| 10 | host: ${_param:collectd_remote_collector_host} | ||||
| 11 | port: ${_param:collectd_remote_collector_port} | ||||
| 12 | timeout: 5 | ||||
| 13 | read_interval: 10 | ||||
| 14 | use_fqdn: false | ||||
| Éric Lemoine | 7d3299e | 2016-12-14 15:05:38 +0000 | [diff] [blame] | 15 | syslog_logging: false |