暂无图片
暂无图片
暂无图片
暂无图片
暂无图片
Zabbix监控MySQL数据库.pdf
166
18页
6次
2022-12-26
10墨值下载
环境 配置 备注
操作系统 CentOS 7.9
zabbix-server 10.0.0.101 zabbix-servermysqlwebagent
zabbix-agent 10.0.0.100 zabbix-agent
MySQL服务器 10.0.0.100 MySQL 8.0数据库
zabbix数据库 mariadb 5.6
部署Zabbix监控MySQL
部署环境
Zabbix架构
1. 配置yum
2. 关闭防火墙
3. 关闭SELinux
4. 安装httpd
##
rm -rf /etc/yum.repos.d/*
## centos7epel7
wget -O /etc/yum.repos.d/Centos-Base.repo
http://mirrors.aliyun.com/repo/Centos-7.repo
wget -O /etc/yum.repos.d/epel.repo
http://mirrors.aliyun.com/repo/epel-7.repo
##yum
yum clean all
yum makecache
yum repolist all
1
2
3
4
5
6
7
8
9
10
11
systemctl stop firewalld
systemctl disable firewalld
systemctl status firewalld
1
2
3
setenforce 0
sed -i "/^SELINUX=/s#enforcing#disabled#" /etc/selinux/config
cat /etc/selinux/config
1
2
3
###
yum install -y httpd
systemctl enable httpd
systemctl start httpd
systemctl status httpd
1
2
3
4
5
6
of 18
10墨值下载
【版权声明】本文为墨天轮用户原创内容,转载时必须标注文档的来源(墨天轮),文档链接,文档作者等基本信息,否则作者和墨天轮有权追究责任。如果您发现墨天轮中有涉嫌抄袭或者侵权的内容,欢迎发送邮件至:contact@modb.pro进行举报,并提供相关证据,一经查实,墨天轮将立刻删除相关内容。

评论

关注
最新上传
暂无内容,敬请期待...
下载排行榜
Top250 周榜 月榜