Hi,
I've compiled Zabbix agent (version 1.4.2) in a smp x86_64 system running Red Hat Enterprise Linux 5. The problem is that when I start the agent, it sadly crashes. Using DebugLevel=5 in the zabbix_agentd.conf, I can read:
Obviously, the "X.X.X.X" substitutes the host IP.
I've got a x86 host running zabbix 1.4.2 with no problems. How could I get track of the trouble?
I've compiled Zabbix agent (version 1.4.2) in a smp x86_64 system running Red Hat Enterprise Linux 5. The problem is that when I start the agent, it sadly crashes. Using DebugLevel=5 in the zabbix_agentd.conf, I can read:
Code:
17973:20071030:145302 zabbix_agentd started. ZABBIX 1.4.2.
17974:20071030:145302 zabbix_agentd collector started
17975:20071030:145302 zabbix_agentd listener started
17976:20071030:145302 zabbix_agentd listener started
17977:20071030:145302 zabbix_agentd listener started
17978:20071030:145302 zabbix_agentd active check started [X.X.X.X.:10051]
17978:20071030:145302 In init_active_metrics()
17978:20071030:145302 In refresh_metrics('X.X.X.X',10051)
17978:20071030:145302 get_active_checks('X.X.X.X',10051)
17978:20071030:145302 Get active checks error: Cannot connect to [X.X.X.X:10051] [No route to host]
17978:20071030:145302 Getting list of active checks failed. Will retry after 60 seconds
17973:20071030:145302 One child process died. Exiting ...
17978:20071030:145302 Got signal. Exiting ...
17973:20071030:145302 zbx_on_exit() called.
17975:20071030:145302 Got signal. Exiting ...
17976:20071030:145302 Got signal. Exiting ...
17977:20071030:145302 Got signal. Exiting ...
17973:20071030:145304 ZABBIX Agent stopped
I've got a x86 host running zabbix 1.4.2 with no problems. How could I get track of the trouble?
Comment