Hi Comunity !!
I`m trying to install zabbix agentd in a redhat (Linux hq-xxx 2.6.9-42.ELsmp #1 SMP Wed Jul 12 23:32:02 EDT 2006 x86_64 x86_64 x86_64 GNU/Linux) but i dont find the bin files...
i do :
Step 1 Create the ZABBIX account
Step 2 Untar ZABBIX sources
Step 3 Configure and compile the source code for your system
./configure --enable-agentd --prefix=/usr/local/zabbix
Step 4 Build agent
make
Step 5 Configure /etc/services
zabbix-agent 10050/tcp Zabbix Agent
zabbix-agent 10050/udp Zabbix Agent
zabbix-trapper 10051/tcp Zabbix Trapper
zabbix-trapper 10051/udp Zabbix Trapper
Step 6 and 7 are relationed to zabbix agent, but a try to install agentd, i skip these ones
Step 8 Configure /etc/zabbix/zabbix_agentd.conf
i copy zabbix_agentd.conf from ../misc/.. to /etc/zabbix/
i only modified the server ip for server ip address of my zabbix server
and no more modifications (i must be modified the other parameters...???)
Step 9 Run zabbix_agentd on all monitored machines
in doc says : "shell> /opt/zabbix/bin/zabbix_agentd"
but i don´t find bin zabbix_agentd anywhere...
in step 4 ,i don´t obtain any bad result.
Any idea to what is wrong with this steps..?
Thank a lot. !
I`m trying to install zabbix agentd in a redhat (Linux hq-xxx 2.6.9-42.ELsmp #1 SMP Wed Jul 12 23:32:02 EDT 2006 x86_64 x86_64 x86_64 GNU/Linux) but i dont find the bin files...
i do :
Step 1 Create the ZABBIX account
Step 2 Untar ZABBIX sources
Step 3 Configure and compile the source code for your system
./configure --enable-agentd --prefix=/usr/local/zabbix
Step 4 Build agent
make
Step 5 Configure /etc/services
zabbix-agent 10050/tcp Zabbix Agent
zabbix-agent 10050/udp Zabbix Agent
zabbix-trapper 10051/tcp Zabbix Trapper
zabbix-trapper 10051/udp Zabbix Trapper
Step 6 and 7 are relationed to zabbix agent, but a try to install agentd, i skip these ones
Step 8 Configure /etc/zabbix/zabbix_agentd.conf
i copy zabbix_agentd.conf from ../misc/.. to /etc/zabbix/
i only modified the server ip for server ip address of my zabbix server
and no more modifications (i must be modified the other parameters...???)
Step 9 Run zabbix_agentd on all monitored machines
in doc says : "shell> /opt/zabbix/bin/zabbix_agentd"
but i don´t find bin zabbix_agentd anywhere...
in step 4 ,i don´t obtain any bad result.
Any idea to what is wrong with this steps..?
Thank a lot. !
Comment