blob: 2e4a4428b22674d7e78ba6f837b44ca3e1362e6c [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 metric_collector_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 metric_collector:
11 enabled: true
Éric Lemoine74e471a2016-10-31 11:13:01 +010012 influxdb_time_precision: ms
Swann Croisetd843a992016-11-16 09:37:19 +010013 poolsize: ${_param:metric_collector_poolsize}
Swann Croiset14ee35b2016-11-18 14:48:21 +010014 nagios_host_dimension_key: ${_param:nagios_host_dimension_key}