|
@@ -15,7 +15,7 @@ weight = 2
|
|
|
|
|
|
|
|
Description | Download
|
|
Description | Download
|
|
|
------------ | -------------
|
|
------------ | -------------
|
|
|
-Stable for CentOS / Fedora / OpenSuse / Redhat Linux | [4.3.0 (x86-64 rpm)](https://s3-us-west-2.amazonaws.com/grafana-releases/release/grafana-4.3.0-1.x86_64.rpm)
|
|
|
|
|
|
|
+Stable for CentOS / Fedora / OpenSuse / Redhat Linux | [4.3.1 (x86-64 rpm)](https://s3-us-west-2.amazonaws.com/grafana-releases/release/grafana-4.3.1-1.x86_64.rpm)
|
|
|
|
|
|
|
|
Read [Upgrading Grafana]({{< relref "installation/upgrading.md" >}}) for tips and guidance on updating an existing
|
|
Read [Upgrading Grafana]({{< relref "installation/upgrading.md" >}}) for tips and guidance on updating an existing
|
|
|
installation.
|
|
installation.
|
|
@@ -24,19 +24,19 @@ installation.
|
|
|
|
|
|
|
|
You can install Grafana using Yum directly.
|
|
You can install Grafana using Yum directly.
|
|
|
|
|
|
|
|
- $ sudo yum install https://s3-us-west-2.amazonaws.com/grafana-releases/release/grafana-4.2.0-1.x86_64.rpm
|
|
|
|
|
|
|
+ $ sudo yum install https://s3-us-west-2.amazonaws.com/grafana-releases/release/grafana-4.3.1-1.x86_64.rpm
|
|
|
|
|
|
|
|
Or install manually using `rpm`.
|
|
Or install manually using `rpm`.
|
|
|
|
|
|
|
|
#### On CentOS / Fedora / Redhat:
|
|
#### On CentOS / Fedora / Redhat:
|
|
|
|
|
|
|
|
- $ wget https://s3-us-west-2.amazonaws.com/grafana-releases/release/grafana-4.2.0-1.x86_64.rpm
|
|
|
|
|
|
|
+ $ wget https://s3-us-west-2.amazonaws.com/grafana-releases/release/grafana-4.3.1-1.x86_64.rpm
|
|
|
$ sudo yum install initscripts fontconfig
|
|
$ sudo yum install initscripts fontconfig
|
|
|
- $ sudo rpm -Uvh grafana-4.2.0-1.x86_64.rpm
|
|
|
|
|
|
|
+ $ sudo rpm -Uvh grafana-4.3.1-1.x86_64.rpm
|
|
|
|
|
|
|
|
#### On OpenSuse:
|
|
#### On OpenSuse:
|
|
|
|
|
|
|
|
- $ sudo rpm -i --nodeps grafana-4.2.0-1.x86_64.rpm
|
|
|
|
|
|
|
+ $ sudo rpm -i --nodeps grafana-4.3.1-1.x86_64.rpm
|
|
|
|
|
|
|
|
## Install via YUM Repository
|
|
## Install via YUM Repository
|
|
|
|
|
|