Skip to content

Instantly share code, notes, and snippets.

@cyberjso
Created November 23, 2019 17:18
Show Gist options
  • Save cyberjso/524e9db7d46eb261f30018c9911d7c53 to your computer and use it in GitHub Desktop.
Save cyberjso/524e9db7d46eb261f30018c9911d7c53 to your computer and use it in GitHub Desktop.
Install VictoriaMetrics, Grafana and telegraf for metrics ingestion
wget https://github.com/VictoriaMetrics/VictoriaMetrics/releases/download/v1.29.4/victoria-metrics-v1.29.4.tar.gz
sudo mkdir $storage_dir
tar -zxvf victoria-metrics-v1.29.4.tar.gz
rm victoria-metrics-v1.29.4.tar.gz
sudo ./victoria-metrics-prod -httpListenAddr=:80
#Grafana
sudo yum install https://dl.grafana.com/oss/release/grafana-6.4.4-1.x86_64.rpm -y
sudo service grafana-server start
wget https://dl.influxdata.com/telegraf/releases/telegraf-1.12.6-1.x86_64.rpm
sudo yum localinstall telegraf-1.12.6-1.x86_64.rpm -y
Hi Guys,
Last when we were there on the Ann Arbor office, we agreed on proceed in PoC a to automate database changes.
So, We'd like to share with you guys the results of this work. The idea is to explain to you what we did and also do a live demo.
Does it work for you guys?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment