Skip to content
This repository has been archived by the owner on Jan 30, 2024. It is now read-only.

instaclustr/supportCenter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SupportCenter

SupportCenter is a collection of tools and scripts that makes collecting information about your Cassandra cluster and analysising it offline much easier and quicker.

  • For agent documentation please see here.
  • For analysis documentation please see here

Download

You can download precompiled binaries for the agent command line tool on the release page.

Build

  1. Pull anywhere where you want
  2. go build inside /agent folder
go build

Run test

go test ./... -v

Notes

Libs

go get -u golang.org/x/crypto/ssh
go get -u github.com/hnakamur/go-scp

Classic build approach

go get -u github.com/instaclustr/supportCenter/agent

If you did not setup global username...

env GIT_TERMINAL_PROMPT=1 go get -u github.com/instaclustr/supportCenter/agent
go install github.com/instaclustr/supportCenter/agent