Skip to content

Grafana

Nicola Strappazzon C edited this page Nov 1, 2023 · 3 revisions

You can download all dashboards stored here.

Install

cat <<EOF | sudo tee /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 EOF

yum update yum install grafana -y

systemctl enable grafana-server.service systemctl start grafana-server systemctl status grafana-server

Usuario y clave por defecto: admin/admin

ProxySQL

ProxySQL Dashboard

Clone this wiki locally