I want to monitor few log files to test this i was trying to monitor zabbix_agent.log file through frontend , I am getting first value but immediately after this agent is dying saying
[root@ace bin]# tail -f /var/log/zabbix/zabbix_agentd.log
16436:20070731:142043 zabbix_agentd listener started
16437:20070731:142043 zabbix_agentd active check started [192.168.0.26:10051]
16417:20070731:142243 One child process died. Exiting ...
16417:20070731:142245 ZABBIX Agent stopped
18590:20070731:142356 zabbix_agentd started. ZABBIX 1.4.
18595:20070731:142356 zabbix_agentd collector started
18596:20070731:142356 zabbix_agentd listener started
18597:20070731:142356 zabbix_agentd listener started
18598:20070731:142356 zabbix_agentd listener started
18599:20070731:142356 zabbix_agentd active check started [192.168.0.26:10051]
18590:20070731:142357 One child process died. Exiting ...
18590:20070731:142359 ZABBIX Agent stopped
i am using version 1.4
is this bug or something missing in my configuration.
[root@ace bin]# tail -f /var/log/zabbix/zabbix_agentd.log
16436:20070731:142043 zabbix_agentd listener started
16437:20070731:142043 zabbix_agentd active check started [192.168.0.26:10051]
16417:20070731:142243 One child process died. Exiting ...
16417:20070731:142245 ZABBIX Agent stopped
18590:20070731:142356 zabbix_agentd started. ZABBIX 1.4.
18595:20070731:142356 zabbix_agentd collector started
18596:20070731:142356 zabbix_agentd listener started
18597:20070731:142356 zabbix_agentd listener started
18598:20070731:142356 zabbix_agentd listener started
18599:20070731:142356 zabbix_agentd active check started [192.168.0.26:10051]
18590:20070731:142357 One child process died. Exiting ...
18590:20070731:142359 ZABBIX Agent stopped
i am using version 1.4
is this bug or something missing in my configuration.
Comment