-
Zabbix Agent(CentOS6)OS/Zabbix(monitoring) 2023. 7. 13. 15:05
rpm -ivh http://repo.zabbix.com/zabbix/3.4/rhel/6/x86_64/zabbix-release-3.4-1.el6.noarch.rpm
yum install zabbix-agent -y#### zabbix-agent 설치안될시 ####
cd /etc/yum.repos.d
mkdir backup
mv * backup
cd backup
mv zabbix.repo ../
후 설치 진행
################################
vi /etc/zabbix/zabbix_agentd.conf
Server=Zabbix Server IP
ServerActive=Zabbix Server IP:10051
Hostname=서버명
service zabbix-agent start
chkconfig zabbix-agent on'OS > Zabbix(monitoring)' 카테고리의 다른 글
Zabbix - Zabbix server: Utilization of poller processes over 75% (0) 2023.08.09 Zabbix - VMWARE 디스크 사용량 알람발생(snmp기준) (0) 2023.07.28 Zabbix 문자모듈 (0) 2023.07.10 Zabbix - 2개까지 정상으로 감지 (1) 2023.06.28 Zabbix server: More than 75% used in the configuration cache 해소 (0) 2023.02.03