In this article I will show you steps for Installing InfluxDb and Telegraf. If there is any query please write in the comment box and I will be happy to answer.

Steps for Installing InfluxDB on CentOS
cat <<EOF | sudo tee /etc/yum.repos.d/influxdb.repo
[influxdb]
name = InfluxDB Repository - RHEL \$releasever
baseurl = https://repos.influxdata.com/rhel/\$releasever/\$basearch/stable
enabled = 1
gpgcheck = 1
gpgkey = https://repos.influxdata.com/influxdb.key
EOF
Installing and Starting InfluxDB
sudo yum install influxdb
sudo service influxdb start
Steps to Install Telegraf on CentOS
cat <<EOF | sudo tee /etc/yum.repos.d/influxdb.repo
[influxdb]
name = InfluxDB Repository - RHEL \$releasever
baseurl = https://repos.influxdata.com/rhel/\$releasever/\$basearch/stable
enabled = 1
gpgcheck = 1
gpgkey = https://repos.influxdata.com/influxdb.key
EOF
Installing and Starting Telegraf:
sudo yum install telegraf
sudo service telegraf start
I hope you liked this article about Installing InfluxDb and Telegraf. You can continue reading more about Grafana here.
- Embedding Grafana in a websiteIntroduction of Embedding Grafana in a website Embedding grafana in a website is pretty simple if you want to embed Grafana Panels using Iframe. Often there are times …
- Monitor Docker Using Telegraf and GrafanaIn this article I am going to show you how you can Monitor Docker Using Telegraf and Grafana. Let us begin with a quick official intro about what …
- Grafana Email Alerts and Change Default TemplateIn this article I am going to show you how you can configure Grafana Email Alerts and Change Default Template. Please notice that in this article we have …
Grafana Email Alerts and Change Default Template Read More »
- Grafana and Telegram IntegrationIf you want to integrate Grafana and Telegram so that Grafana alerts can be received in any of the Telegram groups then this article is for you. In …
- Installing InfluxDb and TelegrafIn this article I will show you steps for Installing InfluxDb and Telegraf. If there is any query please write in the comment box and I will be …
Get any of the courses at a very special price. The offer is available only for a limited time.
- Apache NiFi
- Apache NiFi – Admin Guide
- Liferay – Create Your Website Without The Need to Code
- Grafana – Learn to do Analytics with Grafana
- Redis – Learn World’s Fastest Database
- BMC Control-M for Beginners
Is this for Centos 8 and InfluxDB2 ? Or in general for all versions ?
It is influxDB 1.8
InfluxDB2 is changed a bit when compared to InfluxDB 1.8