On this page
Downloads:
The following components are deployed on each Teamwork Cloud/Cassandra node:
To install and configure Telegraf
sudo yum install -y telegraf |
sudo systemctl enable telegraf |
sudo systemctl start telegraf |
To install Cassandra metrics reporter
wget https://_repo1.maven.org/maven2/io/dropwizard/metrics/metrics-graphite/3.1.5/metrics-graphite-3.1.5.jar |
# Enable metrics reporting to InfluxDB using the yammer library METRICS_REPORTER_CFG="metrics-reporter-graphite.yaml" JVM_OPTS="$JVM_OPTS -Dcassandra.metricsReporterConfigFile=$METRICS_REPORTER_CFG" |