grafana安装
Posted lazy-sang
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了grafana安装相关的知识,希望对你有一定的参考价值。
grafana安装
官网安装https://grafana.com/grafana/download
以 grafana 用户启动 grafana 进程,grafana 用户是在安装过程中自动创建的。默认http端口:3000,默认用户和用户组是 admin
通过 systemd 启动
systemctl daemon-reload
systemctl start grafana-server
systemctl status grafana-server
systemctl enable grafana-server.service
修改配置文件
配置文件默认在 /etc/grafana/grafana.ini
以上是关于grafana安装的主要内容,如果未能解决你的问题,请参考以下文章
14.grafana导入导出;Grafana的安装和Influxdb数据源配置