grafana安装

文章内容

资源

安装

cd  ~/Downloads/
wget https://dl.grafana.com/enterprise/release/grafana-enterprise-8.1.2-1.x86_64.rpm
yum install -y grafana-enterprise-8.1.2-1.x86_64.rpm
service grafana-server start

简单使用

访问:http://ip:3000,默认的用户名/密码:admin/admin,第一次登录成功后,会提示更改密码。即可正常登录。

数据源有多种,尝试了postgre,暂时不太会用。

它重点是时序数据库。当然也提供了关系型数据库使用。

备份

备份dashboard的json文件