wget https://s3-us-west-2.amazonaws.com/grafana-releases/release/grafana-5.1.3-1.x86_64.rpm
sudo yum localinstall grafana-5.1.3-1.x86_64.rpm
sudo systemctl enable grafana-server.service
sudo systemctl start grafana-server
Test using this URL or the corresponding IP address
http://localhost:3000
A number of integrations available for example for integrating with Prometheus,InfluDB,Zabbix etc.