Skip to content

Commit

Permalink
fix KAFKAREST_OPTS
Browse files Browse the repository at this point in the history
  • Loading branch information
guilhemmarchand committed Nov 29, 2018
1 parent 801cf50 commit e80cf78
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/kafka_monitoring.rst
Original file line number Diff line number Diff line change
Expand Up @@ -790,9 +790,11 @@ Jolokia
KAFKA_REST_ZOOKEEPER_CONNECT: "zookeeper-1:12181,zookeeper-2:22181,zookeeper-3:32181"
KAFKA_REST_LISTENERS: "http://localhost:18089"
KAFKA_REST_SCHEMA_REGISTRY_URL: "http://schema-registry-1:18083"
KAFKA_OPTS: "-javaagent:/opt/jolokia/jolokia-jvm-1.6.0-agent.jar=port=18785,host=0.0.0.0"
KAFKAREST_OPTS: "-javaagent:/opt/jolokia/jolokia-jvm-1.6.0-agent.jar=port=18785,host=0.0.0.0"
KAFKA_REST_HOST_NAME: "kafka-rest"

*notes: KAFKAREST_OPTS is not a typo, this is (strangely) the right name to configuration java options.*

Collecting with Telegraf
------------------------

Expand Down

0 comments on commit e80cf78

Please sign in to comment.