Tzach Livyatan
Tzach Livyatan
@vladzcloudius how to extract this info?
Interesting (and cool) idea. In the past we planed reporting from Scylla itself https://github.com/scylladb/scylla/issues/2800 In monitoring, we can maybe take advantage of the Alert manager, which already support external integrations...
@amnonh any propgress on this one?
Make Monitoring Stack dependent on SSO will make it very hard to use for most users. It is not a SaaS service, rather a standalone application. > Grafana should talk...
Ping Adding REST API without the nodetool part make it hard to find and use
@penberg please add this to milestone 4.6
Best will be to find a solution, even if we need 4.1.1 for it, or else all of Ubuntu users (~50%) will fail to upgrade. If docs updated is needed,...
@slivne there is a change from 4.0 (see above) We need to validate: 1. Installation works, as documented, for Ubuntu (16/18) and Debain 2. Upgrade works, as documented AFAIU, this...
The documented procedure is slightly different (one key, no ppa). I do not think it should effect https://www.scylladb.com/download/?platform=ubuntu-18.04&version=scylla-4.1 ``` sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 5e08fbd8b5d6ec9c sudo curl -o /etc/apt/sources.list.d/scylla.list...
For Ubuntu 16 docs are: ``` sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 5e08fbd8b5d6ec9c sudo curl -o /etc/apt/sources.list.d/scylla.list -L http://repositories.scylladb.com/scylla/repo/6f5f052a-53c9-4bbd-9572-4996aa359869/ubuntu/scylladb-4.1-xenial.list sudo apt-get update sudo apt-get install scylla ```