You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
--target-directory - If set, prometheus/targets/ directory will be set as a root directory for the target files
the file names should be scylla_server.yml, node_exporter_servers.yml, and # List Scylla Manager end points
the file name is scylla_server.yml should be scylla_servers.yml (with s suffix)
The text was updated successfully, but these errors were encountered:
This patch address multiple issues when using the `--target-directory`
option.
1. Fix a documentation bug, that uses the wrong file name for scylla
targets.
2. Add validation step that validate that all target files are inside
the directory.
3. Add an option for SE-Linux to bind the directory correctly.
Fixes#2398
Signed-off-by: Amnon Heiman <amnon@scylladb.com>
(cherry picked from commit f0070af)
start-all.sh CLI docs has a small mistake:
the file name is
scylla_server.yml
should bescylla_servers.yml
(with s suffix)The text was updated successfully, but these errors were encountered: