Skip to content

Commit

Permalink
scylla-monitoring: defaults/main.yml: improve 'use_nodetool_status_wi…
Browse files Browse the repository at this point in the history
…th_genconfig' description

Add a clarification about where 'nodetool status' is going to be executed.

Signed-off-by: Vlad Zolotarov <[email protected]>
  • Loading branch information
vladzcloudius committed Mar 13, 2024
1 parent 4f708c2 commit 7170003
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ansible-scylla-monitoring/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,10 @@ scylla_monitoring_config_path: "{{ scylla_monitoring_deploy_path }}/config"
scylla_monitoring_prom_rules_path: "{{ scylla_monitoring_config_path }}/prom_rules"
scylla_monitoring_alertdata_path: "{{ scylla_monitoring_deploy_path }}/alertdata"

# If set to True, the role will generate scylla_servers.yml based on the output of nodetool status
# If set to True, the role will generate scylla_servers.yml based on the output of 'nodetool status' executed on the
# first node from the 'scylla' inventory section.
# If set to False, the dc variable must be defined in the inventory for each one of the nodes and the role
# will use the information from the inventory to generate scylla_servers.yml.
# will use the information from the inventory 'scylla' section to generate scylla_servers.yml.
use_nodetool_status_with_genconfig: false

# List of monitoring dashboards to enable. If empty or not set the Role will auto-select the one that corresponds to a
Expand Down

0 comments on commit 7170003

Please sign in to comment.