Install Grafana On Amazon Linux 2

[Solved] Install Grafana On Amazon Linux 2 | Shell - Code Explorer | yomemimo.com
Question : install grafana on amazon linux 2

Answered by : thalapthy-tatla

sudo tee /etc/yum.repos.d/grafana.repo<<EOF
[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

Source : https://techviewleo.com/how-to-install-grafana-on-amazon-linux/ | Last Update : Mon, 09 May 22

Question : install grafana on amazon linux 2

Answered by : thalapthy-tatla

sudo yum install -y grafana

Source : https://techviewleo.com/how-to-install-grafana-on-amazon-linux/ | Last Update : Mon, 09 May 22

Question : install grafana on amazon linux 2

Answered by : thalapthy-tatla

sudo tee /etc/yum.repos.d/grafana.repo<<EOF
[grafana]
name=grafana
baseurl=https://packages.grafana.com/enterprise/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

Source : https://techviewleo.com/how-to-install-grafana-on-amazon-linux/ | Last Update : Mon, 09 May 22

Question : install grafana on amazon linux 2

Answered by : thalapthy-tatla

$ cat /etc/yum.repos.d/grafana.repo

Source : https://techviewleo.com/how-to-install-grafana-on-amazon-linux/ | Last Update : Mon, 09 May 22

Question : install grafana on amazon linux 2

Answered by : thalapthy-tatla

$ sudo yum repolist
repo id repo name status
amzn2-core/2/x86_64 Amazon Linux 2 core repository 27317
amzn2extra-docker/2/x86_64 Amazon Extras repo for docker 56
grafana grafana 184+290
mariadb-main MariaDB Server 80+3
mariadb-maxscale MariaDB MaxScale 4
mariadb-tools MariaDB Tools 14+1
repolist: 27655

Source : https://techviewleo.com/how-to-install-grafana-on-amazon-linux/ | Last Update : Mon, 09 May 22

Question : install grafana on amazon linux 2

Answered by : thalapthy-tatla

Retrieving key from https://packages.grafana.com/gpg.key
Importing GPG key 0x24098CB6: Userid : "Grafana <[email protected]>" Fingerprint: 4e40 ddf6 d76e 284a 4a67 80e4 8c8c 34c5 2409 8cb6 From : https://packages.grafana.com/gpg.key
Is this ok [y/N]: y

Source : https://techviewleo.com/how-to-install-grafana-on-amazon-linux/ | Last Update : Mon, 09 May 22

Answers related to install grafana on amazon linux 2

Code Explorer Popular Question For Shell