Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Widget Connector
urlhttps://www.youtube.com/watch?v=9TCsaf5h_w4&t=926s



https://grafana.com/docs/grafana/latest/installation/rpm/
repo

Code Block
titlecreate repo
For OSS / Open Source Software releases:
-----------------------------------------

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



yum install grafana -y
start the service

sudo systemctl daemon-reload

sudo systemctl start grafana-server

sudo
systemctl status grafana-server

Start at boot:


sudo systemctl enable grafana-server