scylladb/scylladb

Upload of health check report to upload.scylladb.com

Open

#2800 opened on Sep 14, 2017

View on GitHub
 (0 comments) (0 reactions) (1 assignee)C++ (11,972 stars) (1,169 forks)batch import
good_first_issuesymptom/ux

Description

Installation details Scylla version (or git commit hash): 2.0

node_health_check.sh is a tool for collecting relevant information on Scylla. A documented procedure allows one to upload the report to a upload.scylladb.com for the Scylla team to check.

It will be easier for users to simplify these steps by including the uploading as an optional part of a script.

For example

> report_node_health.sh
Your report was uploaded to http://upload.scylladb.com/0af4c623-3f30-47db-b9b2-6f49101f0906/

(internally running node_health_check.sh)

Contributor guide