blob: 7669bcfc62880d0afcade19323a607e0e2ce7ffc [file] [log] [blame]
Ondrej Smola03ff34e2016-12-01 01:30:33 +01001classes:
2- service.heka.remote_collector.cluster
Éric Lemoineaecf6592016-12-14 15:24:39 +00003- system.heka.server
Ondrej Smola03ff34e2016-12-01 01:30:33 +01004parameters:
5 heka:
6 remote_collector:
7 influxdb_host: ${_param:heka_influxdb_host}
8 influxdb_port: ${_param:influxdb_port}
9 influxdb_database: ${_param:influxdb_database}
10 influxdb_username: ${_param:influxdb_user}
11 influxdb_password: ${_param:influxdb_password}
12 aggregator_host: ${_param:heka_aggregator_host}
13 aggregator_port: ${_param:aggregator_port}
Éric Lemoinedae6ca52016-12-14 14:52:15 +000014 elasticsearch_host: ${_param:heka_elasticsearch_host}
15 elasticsearch_port: ${_param:elasticsearch_port}
Ondrej Smola03ff34e2016-12-01 01:30:33 +010016 keepalived:
17 cluster:
18 instance:
19 stacklight_monitor_vip:
20 notify_action:
21 master:
22 - service remote_collector start
23 backup:
24 - service remote_collector stop
25 fault:
26 - service remote_collector stop