- 配置步骤
- 下载安装grafana
- 网页登录
- 导入插件
- 添加后缀
- 插入模板
- 下载安装grafana
[root@localhost ~]# yum -y install grafana [root@localhost ~]# grafana-cli plugins install alexanderzobnin-zabbix-app [root@localhost ~]# systemctl start grafana-server //3000端口号 [root@localhost ~]# ss -antl State Recv-Q Send-Q Local Address:Port Peer Address:Port Process LISTEN 0 128 0.0.0.0:22 0.0.0.0:* LISTEN 0 100 127.0.0.1:25 0.0.0.0:* LISTEN 0 128 0.0.0.0:10050 0.0.0.0:* LISTEN 0 128 0.0.0.0:10051 0.0.0.0:* LISTEN 0 128 127.0.0.1:9000 0.0.0.0:* LISTEN 0 128 *:80 *:* LISTEN 0 128 [::]:22 [::]:* LISTEN 0 128 *:3000 *:* LISTEN 0 100 [::1]:25 [::]:* LISTEN 0 80 *:3306 *:*
- 网页登录
- 首次登陆时需要添加端口号(3000)
- 默认账号admin,密码admin
- 导入插件
- 添加后缀api_jsonrpc.php
- 添加模板(官网寻找)
挑选一个自己喜欢的模板



