grafana数据迁移

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了grafana数据迁移相关的知识,希望对你有一定的参考价值。

   grafana是用于可视化大型测量数据的开源程序。界面比kibana更加美观,适合在电视展示!

最近grafana更新到4.0版本,增加了报警功能。正好grafana需要迁移,就升级迁移一起搞定。

具体操作:

wget  https://grafanarel.s3.amazonaws.com/builds/grafana-4.0.2-1481203731.x86_64.rpm
yum install initscripts fontconfig
rpm -Uvh grafana-4.0.2-1481203731.x86_64.rpm

#安装饼图插件

grafana-cli plugins install grafana-piechart-panel
/etc/init.d/grafana-server start

#把原服务器下的/var/lib/grafana/grafana.db覆盖到新安装的服务器中,重启grafana-server

登入页面后账户,data sources和bashboard的数据及配置都迁移过来了!

备注:grafana-4.0.2-1481203731.x86_64.rpm下载地址:http://down.51cto.com/data/2278552


本文出自 “宁静致远” 博客,请务必保留此出处http://irow10.blog.51cto.com/2425361/1889829

以上是关于grafana数据迁移的主要内容,如果未能解决你的问题,请参考以下文章

使用实体框架迁移时 SQL Server 连接抛出异常 - 添加代码片段

EF6 自定义迁移表名

迁移到 AndroidX 后,findFragmentById 为片段返回 null

discuz X3.1 关于分表 和 分表数据迁移

grafana 仪表板的物理位置

Grafana 的一些使用技巧