Skip to content

Commit

Permalink
Update the configuration to produce a valid yaml if uncommented
Browse files Browse the repository at this point in the history
  • Loading branch information
hush-hush committed Aug 24, 2017
1 parent 797eb15 commit 514cdef
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions cassandra_nodetool/conf.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -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: []
# a list of additionnal tags to be sent with the metrics
# tags: []

0 comments on commit 514cdef

Please sign in to comment.