This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# kafka_prod1.yaml | |
# | |
# The production kafka nodes for prod1 | |
graphite_host: <%= node[:jmxtrans][:graphite][:host] %> | |
graphite_port: <%= node[:jmxtrans][:graphite][:port] %> | |
# Define sthe port that the hosts in this config listen for JMX on | |
# ** THIS PORT HAS TO BE THE SAME FOR ALL HOSTS ** | |
query_port: 9999 |