blob: 443a4e9d0e494b79814576fcee2c6df943c0b78b [file] [log] [blame]
Ondrej Smola03ff34e2016-12-01 01:30:33 +01001classes:
2- service.heka.metric_collector.single
Éric Lemoineaecf6592016-12-14 15:24:39 +00003- system.heka.server
Ondrej Smola03ff34e2016-12-01 01:30:33 +01004parameters:
5 heka:
6 metric_collector:
7 aggregator_host: ${_param:stacklight_monitor_address}
8 aggregator_port: ${_param:aggregator_port}
9 influxdb_database: lma
10 influxdb_host: ${_param:heka_influxdb_host}
11 influxdb_password: ${_param:influxdb_stacklight_password}
12 influxdb_port: 8086
13 influxdb_time_precision: ms
14 influxdb_username: lma
15 nagios_host: ${_param:nagios_host}
16 nagios_username: ${_param:nagios_username}
17 nagios_password: ${_param:nagios_password}
18 nagios_port: ${_param:nagios_status_port}