datastax / diagnostic-collection

Diagnostic Collector for Apache Cassandra
Apache License 2.0
28 stars 35 forks source link

Make it possible to manually define `dse_root_dir`, `dse_bin_dir`, and `dse_conf_dir` #102

Open michaelsembwever opened 2 years ago

michaelsembwever commented 2 years ago

DSE installations can be customised (though it is rare).

Make it possible to define the dse_root_dir, dse_bin_dir, and dse_conf_dir settings in collector.conf and avoid stepping into this if-elif-else-fi block: https://github.com/datastax/diagnostic-collection/blob/master/ds-collector/ds-collector#L636-L655