Linux serverNETWORK ADMINISTRATIONS

How to install Grafana 8 ? || Install Grafana 8 on Centos 7 #grafana #grafana8 #grafanainstallation

This tutorial helps you to install Grafana 8 on Centos 7. Also it introduces you the changes made with Grafana 8 release.

Command used in this tutorial.

## Add RPM Repo in your yum repository
vi /etc/yum.repos.d/grafana.repo
[grafana]
name=grafana
baseurl=https://packages.grafana.com/oss/rpm
repo_gpgcheck=1
enabled=1
gpgcheck=1
gpgkey=https://packages.grafana.com/gpg.key
sslverify=1
sslcacert=/etc/pki/tls/certs/ca-bundle.crt

# Install Grafana
sudo yum -y install grafana

# Check the package version of grafana
rpm -qi grafana

# Start & Enable grafana server
sudo systemctl enable –now grafana-server
sudo systemctl start grafana-server

# Login to the Dashboard
http://(serverip|hostname):3000

Bydefault username/passwd
admin/admin

Grafana Dashboard official page:
https://grafana.com/grafana/dashboards/?plcmt=footer&dataSource=camptocamp-prometheus-alertmanager-datasource

Please subscribe my Travel vlogging Channel too: https://www.youtube.com/watch?v=pheP79xzj8k

source

centos 7

3 thoughts on “How to install Grafana 8 ? || Install Grafana 8 on Centos 7 #grafana #grafana8 #grafanainstallation

  • Sir you can please one more video upload rabbitMq integration grafana

  • very good video, it works . Can you please make a video on Promethus?🙏🙏

Comments are closed.