grafana安装升级部署

环境:

OS:Centos 7/Centos 6

安装grafana
1.安装
[root@localhost soft]# rpm -ivh grafana-5.2.1-1.x86_64.rpm
warning: grafana-5.2.1-1.x86_64.rpm: Header V4 RSA/SHA1 Signature, key ID 24098cb6: NOKEY
error: Failed dependencies:
urw-fonts is needed by grafana-5.2.1-1.x86_64
[root@localhost soft]# yum -y install urw-fonts


2.启动之
[root@localhost soft]# service grafana-server start
查看3000端口
[root@localhost soft]# ss -nlp|grep 3000
tcp LISTEN 0 128 :::3000 :::* users:(("grafana-server",pid=16246,fd=8))

3.界面访问
http://192.168.1.118:3000/login
初始账号密码为admin/admin
登陆要求修改密码,我这里修改为admin123

 

升级
1.下载要升级的rpm包
wget https://dl.grafana.com/oss/release/grafana-6.1.6-1.x86_64.rpm

2.停掉原来的服务
[root@localhost soft]# service grafana-server stop

3.直接升级
rpm -Uvh grafana-6.1.6-1.x86_64.rpm

 

转载于:https://www.cnblogs.com/hxlasky/p/11125343.html

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值