部署文档:
https://grafana.com/grafana/download
访问地址:
http://IP:3000
用户名/密码:
admin/admin
自启动:
[root@k8s-1 ~]# vi /usr/lib/systemd/system/grafana.service
[Unit]
Description=grafana
[Service]
ExecStart=/opt/monitor/grafana/bin/grafana-server -homepath=/opt/monitor/grafana
ExecReload=/bin/kill -HUP $MAINPID
KillMode=process
Restart=on-failure
[Install]
WantedBy=multi-user.target#
原文:https://www.cnblogs.com/jamespeng/p/14720367.html