|
|
@@ -76,6 +76,20 @@ sslverify=1
|
|
|
sslcacert=/etc/pki/tls/certs/ca-bundle.crt
|
|
|
```
|
|
|
|
|
|
+There is a separate repository if you want beta releases.
|
|
|
+
|
|
|
+```bash
|
|
|
+[grafana]
|
|
|
+name=grafana
|
|
|
+baseurl=https://packages.grafana.com/oss/rpm-beta
|
|
|
+repo_gpgcheck=1
|
|
|
+enabled=1
|
|
|
+gpgcheck=1
|
|
|
+gpgkey=https://packages.grafana.com/gpg.key
|
|
|
+sslverify=1
|
|
|
+sslcacert=/etc/pki/tls/certs/ca-bundle.crt
|
|
|
+```
|
|
|
+
|
|
|
Then install Grafana via the `yum` command.
|
|
|
|
|
|
```bash
|