Fix template indentation.
This commit is contained in:
parent
1fa1e0eba8
commit
418430ca9c
@ -4,4 +4,4 @@ maintainer_email "hpcs-mon@hp.com"
|
||||
license 'All rights reserved'
|
||||
description 'Installs/Configures mon_thresh'
|
||||
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
|
||||
version '0.1.1'
|
||||
version '0.1.2'
|
||||
|
@ -4,8 +4,6 @@ metricSpoutTasks: 1
|
||||
# log location? node['mon_thresh']['log_dir']
|
||||
|
||||
metricSpoutConfig:
|
||||
|
||||
#Kafka settings.
|
||||
kafkaConsumerConfiguration:
|
||||
# See http://kafka.apache.org/documentation.html#api for semantics and defaults.
|
||||
topic: <%= @settings['kafka']['metric']['topic'] %>
|
||||
@ -33,7 +31,6 @@ metricSpoutConfig:
|
||||
|
||||
|
||||
eventSpoutConfig:
|
||||
#Kafka settings.
|
||||
kafkaConsumerConfiguration:
|
||||
# See http://kafka.apache.org/documentation.html#api for semantics and defaults.
|
||||
topic: <%= @settings['kafka']['event']['consumer_topic'] %>
|
||||
@ -60,7 +57,7 @@ eventSpoutConfig:
|
||||
zookeeperSyncTimeMs: 2000
|
||||
|
||||
|
||||
kafkaProducerConfiguration:
|
||||
kafkaProducerConfiguration:
|
||||
# See http://kafka.apache.org/documentation.html#api for semantics and defaults.
|
||||
topic: <%= @settings['kafka']['event']['producer_topic'] %>
|
||||
metadataBrokerList: <%= @settings['kafka']['event']['host'] %>
|
||||
|
Loading…
x
Reference in New Issue
Block a user