安装:
play.grafana.org 来观看 demo
地址:https://grafana.com/grafana/download
下载:sudo yum install https://s3-us-west-2.amazonaws.com/grafana-releases/release/grafana-4.6.2-1.x86_64.rpm
安装:sudo yum install grafana
关闭防火墙:service iptables stop
运行Grafana: sudo service grafana-server start
$ service grafana-server start
开机时启动:$ chkconfig --add grafana-server
Grafana插件安装:
安装Panel类型:$ grafana-cli plugins install grafana-clock-panel
安装apps类型,以Worldping: $ grafana-cli plugins install raintank-worldping-app
安装Data source类型,以SimpleJson为例: $ grafana-cli plugins install grafana-simple-json-datasource
安装完成,提示重启grafana服务 :$ /etc/init.d/grafana-server restart
列出插件: $ grafana-cli plugins ls
更新插件: $ grafana-cli plugins update <plugin-id>
移除插件: $ grafana-cli plugins remove <plugin-id>
使用: