grafana 修改为HTTPS方式登录

Posted

tags:

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

参考技术A grafana添加HTTPS证书

安装 openssl

yum install -y openssl

创建 certificates

openssl req -x509 -out server.crt -keyout server.key  -newkey rsa:2048 -nodes -sha256  -days 10000

生成的 crt & key 文件

server.crt

server.key

配置 grafana.ini

[server]protocol=https

cert_file=.../server.crt

cert_key=.../server.key

重启 grafana

systemctl restart grafana.service

访问 grafana

https://localhost:3000

linux12企业实战 -- 57 grafana重置登录密码

grafana重置登录密码

文章目录

一、 grafana重置登录密码

1、第一种方式(命令修改)

# 1.修改密码

[root@test ~]#  grafana-cli admin reset-admin-password admin
注意:admin表示新密码

# 2.重启服务
[root@test ~]# systemctl restart grafana-server

以上是关于grafana 修改为HTTPS方式登录的主要内容,如果未能解决你的问题,请参考以下文章

linux12企业实战 -- 57 grafana重置登录密码

在 Grafana 图形直方图中显示百分比

grafana-piechart-panel 安装

MySQL: 9 为数据库部署Prometheus+Grafana监控系统

Grafana 5.1.0 中的divideSeriesList

[转帖]Grafana背后的Nginx和Apache Proxy