blob: 159e5bddef03a9e1d9c4c5827fba7d51f9f947f7 [file] [log] [blame]
Ales Komarekc9a3eb12016-10-12 11:17:55 +02001applications:
2- heka
Ales Komarek636c6312016-10-18 16:08:52 +02003classes:
4- service.heka.support
Ales Komarekc9a3eb12016-10-12 11:17:55 +02005parameters:
Swann Croisetd843a992016-11-16 09:37:19 +01006 _param:
7 aggregator_poolsize: 100
Swann Croiset14ee35b2016-11-18 14:48:21 +01008 nagios_host_dimension_key: nagios_host
Ales Komarekc9a3eb12016-10-12 11:17:55 +02009 heka:
10 aggregator:
Simon Pasquier5c3e9132016-11-22 10:28:17 +010011 automatic_starting: true
Ales Komarekc9a3eb12016-10-12 11:17:55 +020012 enabled: true
Éric Lemoine3188deb2016-11-09 10:04:00 +000013 influxdb_time_precision: ms
Swann Croisetd843a992016-11-16 09:37:19 +010014 poolsize: ${_param:aggregator_poolsize}
Swann Croiset14ee35b2016-11-18 14:48:21 +010015 nagios_host_dimension_key: ${_param:nagios_host_dimension_key}