blob: f3344c4a06acb4f6e979ff115a49f09436387376 [file] [log] [blame]
Ondrej Smola03ff34e2016-12-01 01:30:33 +01001classes:
2- service.heka.remote_collector.cluster
3parameters:
4 heka:
5 remote_collector:
6 influxdb_host: ${_param:heka_influxdb_host}
7 influxdb_port: ${_param:influxdb_port}
8 influxdb_database: ${_param:influxdb_database}
9 influxdb_username: ${_param:influxdb_user}
10 influxdb_password: ${_param:influxdb_password}
11 aggregator_host: ${_param:heka_aggregator_host}
12 aggregator_port: ${_param:aggregator_port}
13 keepalived:
14 cluster:
15 instance:
16 stacklight_monitor_vip:
17 notify_action:
18 master:
19 - service remote_collector start
20 backup:
21 - service remote_collector stop
22 fault:
23 - service remote_collector stop