- brief introduction
- Table of contents
- Latest documents
部署Server+agent2
安装zabbix-server 统一时区 asp mv /etc/localtime{,.back} asp ln -s /usr/share/zoneinfo/Asia/Shanghai /etc/localtime 安装 获取Zabbix安装源(centos),其它系统参考:官方文档 asp rpm -ivh https://mirrors.aliyun.com/zabbix/zabbix/………
done - Aug. 25, 2024, 4:27 p.m.
SNMP监控
SNMP安装 被监控主机安装snmp asp yum -y install net-snmp net-snmp-utils 修改配置文件 asp sed -i.bak '57a view systemview included .1' /etc/snmp/snmpd.conf 启动服务 asp systemctl start snmped 测试 -v 指定协议版本号 -c 指定安好 sysnam………
done - May 26, 2024, 7:12 p.m.
分布式监控
zabbix-proxy配置 其他版本 其他版本部署参考官方文档:https://www.zabbix.com/cn/download Centos部署源 获取下载源 asp rpm -ivh https://mirrors.aliyun.com/zabbix/zabbix/5.0/rhel/7/x86_64/zabbix-release-5.0-1.el7.noarch.rpm 国内更换ali………
done - May 26, 2024, 3:34 p.m.
自动注册
被监控端配置 修改被监控端agent2配置文件 asp vim /etc/zabbix/zabbix_agent2.conf asp Server=127.0.0.1 #发送数据地址(修改为服务端IP) ServerActive=127.0.0.1 #主动链接地址(修改为服务端IP) Hostname………
done - May 20, 2024, 11:56 a.m.