diff --git a/ansible-scylla-monitoring/defaults/main.yml b/ansible-scylla-monitoring/defaults/main.yml index b0a1f942..f77678cc 100644 --- a/ansible-scylla-monitoring/defaults/main.yml +++ b/ansible-scylla-monitoring/defaults/main.yml @@ -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