From 514cdef27a4d758405c59247e33263b644f94478 Mon Sep 17 00:00:00 2001 From: Maxime Mouial Date: Thu, 24 Aug 2017 14:27:43 +0200 Subject: [PATCH] Update the configuration to produce a valid yaml if uncommented --- cassandra_nodetool/conf.yaml.example | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/cassandra_nodetool/conf.yaml.example b/cassandra_nodetool/conf.yaml.example index 284971ad6024f..1e4b1d80f154f 100644 --- a/cassandra_nodetool/conf.yaml.example +++ b/cassandra_nodetool/conf.yaml.example @@ -8,16 +8,16 @@ instances: # the list of keyspaces to monitor, an empty list will result in no metrics being sent - keyspaces: [] - # host that nodetool will connect to. - # host: localhost + # host that nodetool will connect to. + # host: localhost - # the port JMX is listening to for connections. - # port: 7199 + # the port JMX is listening to for connections. + # port: 7199 - # a set of credentials to connect to the host. These are the credentials for the JMX server. - # For the check to work, this user must have a read/write access so that nodetool can execute the `status` command - # username: - # password: + # a set of credentials to connect to the host. These are the credentials for the JMX server. + # For the check to work, this user must have a read/write access so that nodetool can execute the `status` command + # username: + # password: - # a list of additionnal tags to be sent with the metrics - # tags: [] \ No newline at end of file + # a list of additionnal tags to be sent with the metrics + # tags: []