-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Maxime/cassandra nodetool fix #704
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
two comments on wording, otherwise 🍰
cassandra_nodetool/check.py
Outdated
@@ -20,13 +20,20 @@ | |||
'MB': 1e6, | |||
'GB': 1e9, | |||
'TB': 1e12, | |||
|
|||
# stating cassandra 3.11+ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
s/stating/starting
even better, only available in cassandra 3.11 or later
cassandra_nodetool/conf.yaml.example
Outdated
@@ -5,19 +5,19 @@ init_config: | |||
|
|||
instances: | |||
|
|||
# the list of keyspaces to monitor | |||
# the list of keyspaces to monitor, an empty list will result in not metrics being sent |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
s/not/no
4bbe713
to
514cdef
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚢
Allow configuration of logs agent
What does this PR do?
Fix integration to be compatible with the latest version of cassandra (3.11+).
Add more log to warn user about the default configuration producing no metrics.
Update the defautl configuration to produce a valid yaml if lines are commented out.