wget https://dl.grafana.com/oss/release/grafana-6.4.4-1.x86_64.rpm
安装

淇滨ssl适用于网站、小程序/APP、API接口等需要进行数据传输应用场景,ssl证书未来市场广阔!成为成都创新互联公司的ssl证书销售渠道,可以享受市场价格4-6折优惠!如果有意向欢迎电话联系或者加微信:13518219792(备注:SSL证书合作)期待与您的合作!
yum install grafana-6.4.4-1.x86_64.rpm
启动
systemctl start grafana-server
systemctl enable grafana-server
配置文件
/etc/grafana/grafana.ini
保持默认配置即可。
默认端口 3000。如系统开启防火墙,如iptables,需放开3000端口。
-A INPUT -p tcp -m state --state NEW -m tcp --dport 3000 -j ACCEPT
grafana-cli plugins install alexanderzobnin-zabbix-app