zabbix客户端安装

1.根据要监控的系统,在官网下载对应的客户端agent源码包

[root@localhost ~]# useradd -r zabbix

[root@localhost ~]# mkdir /usr/local/zabbix

[root@localhost ~]# cp zabbix_agents_2.0.8.linux2_6.i386.tar.gz/usr/local/zabbix/

[root@localhost zabbix]# chown -R zabbix.zabbix conf/

2.修改conf/zabbix_agentd.conf

Server=192.168.0.128

ServerActive=192.168.28.128      zabbix服务器的IP

Hostname=192.168.28.129    被监控机的IP

3.启动客户端代理

[root@localhost ~]#/usr/local/zabbix/sbin/zabbix_agentd -c/usr/local/zabbix/conf/zabbix_agentd.conf


你可能感兴趣的:(zabbix)