Hi all,
I have installed Zabbix and the agentd doesn't seem to be running correctly. Relavant details are,
OS - CentOS 4.3
zabbix(RPM installation )
zabbix-phpfrontend-1.0-2.el4.at
zabbix-agent-1.0-%atrelease2
zabbix-1.0-2.el4.at
zabbix-debuginfo-1.0-%atrelease2
PROBLEM DESCRIPTION:
I can access the web interface and do almost everything. BUT the problem is that I cannot add items of type "Zabbix agent" (simple check and snmp works perfectly). when added items of this type, its showing as "Not supported" ( I tried many). I tried to telnet to port 10051 and its not working. Even netstat confirms that its not listening in 10051 port. But "ps -aux | grep zabbix" shows all the zabbix_suckerd , zabbix_agentd and zabbix_trapperd daemons correctly. I can telnet to port 10050 successfully also.
Relevant portion of the various config files under /etc/zabbix
1. zabbix_server.conf
Server=1
ListenPort=10051
#DBHost=localhost
DBName=zabbix
DBUser=zabbix
DBPassword=*****
2. zabbix_suckerd.conf
DBName=zabbix
DBUser=zabbix
DBPassword=*****
3. zabbix_agentd.conf
Server=127.0.0.1,172.16.1.66
ServerPort=10051
Hostname=127.0.0.1
ListenPort=10050
#DisableActive=1 ( I changed this to 0 and tried too)
there is nothing usefull in any of the log files I could see(even in the debug option).
Can someone please tell me why its not listening on 10051 for active checks and hence(?) I am unable to add items of zabbix type ? I tried to change the hostname/IP parameters to all the possible combination but still failed. Any suggestion would be appreciated .
Thanx a lot in advance,
Nasir
I have installed Zabbix and the agentd doesn't seem to be running correctly. Relavant details are,
OS - CentOS 4.3
zabbix(RPM installation )
zabbix-phpfrontend-1.0-2.el4.at
zabbix-agent-1.0-%atrelease2
zabbix-1.0-2.el4.at
zabbix-debuginfo-1.0-%atrelease2
PROBLEM DESCRIPTION:
I can access the web interface and do almost everything. BUT the problem is that I cannot add items of type "Zabbix agent" (simple check and snmp works perfectly). when added items of this type, its showing as "Not supported" ( I tried many). I tried to telnet to port 10051 and its not working. Even netstat confirms that its not listening in 10051 port. But "ps -aux | grep zabbix" shows all the zabbix_suckerd , zabbix_agentd and zabbix_trapperd daemons correctly. I can telnet to port 10050 successfully also.
Relevant portion of the various config files under /etc/zabbix
1. zabbix_server.conf
Server=1
ListenPort=10051
#DBHost=localhost
DBName=zabbix
DBUser=zabbix
DBPassword=*****
2. zabbix_suckerd.conf
DBName=zabbix
DBUser=zabbix
DBPassword=*****
3. zabbix_agentd.conf
Server=127.0.0.1,172.16.1.66
ServerPort=10051
Hostname=127.0.0.1
ListenPort=10050
#DisableActive=1 ( I changed this to 0 and tried too)
there is nothing usefull in any of the log files I could see(even in the debug option).
Can someone please tell me why its not listening on 10051 for active checks and hence(?) I am unable to add items of zabbix type ? I tried to change the hostname/IP parameters to all the possible combination but still failed. Any suggestion would be appreciated .
Thanx a lot in advance,
Nasir
Comment