Hi
Following the instructions here:
http://docs.grafana.org/installation/rpm/
I create /etc/yum.repos.d/grafana.repo and then do a yum install grafana, but I get “No package grafana available.”
Manually exploring around the repository seems to show it as empty, but not sure if that is by design, or part of the issue:
https://packagecloud.io/grafana/stable/el/6
I have tried el/6 and el/7.
cat grafana.repo
[grafana]
name=grafana
baseurl=https://packagecloud.io/grafana/stable/el/6/$basearch
repo_gpgcheck=1
enabled=1
gpgcheck=1
gpgkey=https://packagecloud.io/gpg.key https://grafanarel.s3.amazonaws.com/RPM-GPG-KEY-grafana
sslverify=1
sslcacert=/etc/pki/tls/certs/ca-bundle.crt
uname -a
Linux xxxxx 2.6.32-696.6.3.el6.i686 #1 SMP Wed Jul 12 13:38:41 UTC 2017 i686 i686 i386 GNU/Linux
cat /etc/redhat-release
CentOS release 6.10 (Final)
python -c ‘import yum, pprint; yb = yum.YumBase(); pprint.pprint(yb.conf.yumvar, width=1)’
Loaded plugins: fastestmirror, priorities, refresh-packagekit
{‘arch’: ‘i686’,
‘basearch’: ‘i386’,
‘infra’: ‘stock’,
‘releasever’: ‘6’,
‘uuid’: ‘73ce071b-f3c4-4158-b5cd-92a5a5e06f83’}
Thanks very much
Kev