Skip to content

Slack bot that integrates Cassandra via botkit and ssh-exec

License

Notifications You must be signed in to change notification settings

thinkdevcode/cassbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cassbot

Install guide

Modify cassbot.json with your configuration details and then:

npm install -g pm2
npm install
pm2 start cassbot.json

If you don't want to run pm2 you can manually set your environment variables and just run node cassbot.js but I recommend pm2.

Current Commands

  • 'run ring'
  • 'run compactionstats'
  • 'run netstats'
  • 'run gossipinfo'
  • 'run tail'

Additional parameters:

  • 'node {number}'

Examples:

  • '@cassbot run netstats on node 12'
  • '@cassbot run ring on node 1'

About

Slack bot that integrates Cassandra via botkit and ssh-exec

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published