Skip to content

Instantly share code, notes, and snippets.

View tom-chaoscube's full-sized avatar

tom-chaoscube

View GitHub Profile
@tom-chaoscube
tom-chaoscube / go-audit.yaml
Created January 25, 2017 16:00
config file for go-audit
# Configure socket buffers, leave unset to use the system defaults
# Values will be doubled by the kernel
# It is recommended you do not set any of these values unless you really need to
socket_buffer:
# Default is net.core.rmem_default (/proc/sys/net/core/rmem_default)
# Maximum max is net.core.rmem_max (/proc/sys/net/core/rmem_max)
receive: 16384
# Configure message sequence tracking
message_tracking:
sudo yum -y install wget
sudo wget -O /etc/yum.repos.d/scylla.repo http://downloads.scylladb.com/rpm/centos/scylla.repo
sudo yum -y install epel-release
sudo yum -y install scylla-server scylla-jmx scylla-tools
# Set the listen_address and seed_provider seeds in scylla.yaml to the internal 10.x.x.x IP address
sudo /usr/lib/scylla/scylla_setup