zabbix监控系统二zabbix agent
一,说明:1.zabbix版本使用4.2大版本,分为一zabbix server安装,配置;二agent安装,配置;三proxy安装,配置;2.监控维度:系统硬件;应用端口;oracle,mysql等其他可选中间件相关模板3.报警方式:邮件,企业微信,钉钉二,zabbix agent开始安装环境准备:zabbix server:192.168.1.11centos7.6关闭firewalld关闭s
·
一,说明:
1.zabbix版本使用4.2大版本,分为一zabbix server安装,配置;二agent安装,配置;三proxy安装,配置;
2.监控维度:系统硬件;应用端口;oracle,mysql等其他可选中间件相关模板
3.报警方式:邮件,企业微信,钉钉
二,zabbix agent开始安装
环境准备:
zabbix server:192.168.1.11 centos7.6 关闭firewalld 关闭selinux
zabbix agent:192.168.1.12 centos7.6 关闭firewalld 关闭selinux
zabbix proxy:192.168.1.21 centos7.6 关闭firewalld 关闭selinux
#安装zabbix源 rpm -ivh http://repo.zabbix.com/zabbix/4.2/rhel/7/x86_64/zabbix-release-4.2-2.el7.noarch.rpm
#安装zabbix客户端 yum install zabbix-agent -y sed -i.ori 's#Server=127.0.0.1#Server=192.168.1.11#' /etc/zabbix/zabbix_agentd.conf systemctl start zabbix-agent.service
#开机自启动 systemctl enable zabbix-agent.service
三,服务端安装zabbix-get检测工具
yum install zabbix-get #在服务端进行测试 zabbix_get -s 192.168.1.21 -p 10050 -k "system.cpu.load[all,avg1]" 0.61
更多推荐




所有评论(0)