Skip to content

cmdrchkn/supportCenter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 98.3%
  • Shell 1.7%