MySQL, Oracle, Linux, 软件架构及大数据技术知识分享平台

网站首页 > 精选文章 / 正文

Grafana的安装部署(一)

2024-12-06 15:10 huorong 精选文章 6 ℃ 0 评论

#开源项目推荐##IT运维#

通过Grafana可将存储在任何位置的任何数据源进行查询、可视化、提醒和了解你的数据,通过灵活的自定义仪行创建、探索和共享所有数据,让我们从第一步开始,go

操作系统:CentOS_Stream_8_x86_64

软件版本:Grafana-8.4.5-1.x86_64

Grafana有 Enterprise企业版和OSS开源软件版本,最新版本v8.5.0 beta1

CentOS、RedHat、RHEL、Fedora下安装

?下载与安装

# wget https://dl.grafana.com/oss/release/grafana-8.4.5-1.x86_64.rpm
# sudo yum install grafana-8.4.5-1.x86_64.rpm

?设置启动及开机启动

# systemctl start grafana-server.service
# systemctl enable grafana-server.service

?关闭防火墙

# systemctl stop firewalld.service
# systemctl disable firewalld.service
# setenforce 0
# vim /etc/selinux/config   #修改SELINUX=disabled
# systemctl restart grafana-server.service

?系统访问

访问地址:http://localhost:3000

默认账号:admin默认密码:admin


我是@IT张同学

Tags:grafana 安装

控制面板
您好,欢迎到访网站!
  查看权限
网站分类
最新留言