Hello everyone,
I'm running 1.1b9 with agentd running on several servers, all of them debian, and out of 10 servers, only one is giving me any issues. I'm trying to monitor apache processes (memory used by httpd, how many processes, etc, mostly by watching the www-user) on this particular server, and this is the only server experiencing this problem.
The agentd will run for 8-10 hours without a problem, then myseriously in the middle of the night. I've dropped logging into debug mode and attached the last 20 lines of the log. I promise you're not missing anything spectacular from the last bajillion lines
Thanks for any help you guys can throw my way.
brian
I'm running 1.1b9 with agentd running on several servers, all of them debian, and out of 10 servers, only one is giving me any issues. I'm trying to monitor apache processes (memory used by httpd, how many processes, etc, mostly by watching the www-user) on this particular server, and this is the only server experiencing this problem.
The agentd will run for 8-10 hours without a problem, then myseriously in the middle of the night. I've dropped logging into debug mode and attached the last 20 lines of the log. I promise you're not missing anything spectacular from the last bajillion lines

brian@web1:/tmp$ tail -n20 zabbix_agentd.log
016847:20060509:140416 Before read()
016847:20060509:140416 After read() 2 [22]
016847:20060509:140416 Got line:net.if.in[eth0,bytes]
016847:20060509:140416 Sending back:1901590598
016841:20060509:140416 In check_security()
016841:20060509:140416 Connection from [10.5.5.10]. Allowed servers [10.5.5.10]
016841:20060509:140416 Before read()
016841:20060509:140416 After read() 2 [17]
016841:20060509:140416 Got line:net.if.out[eth0]
016841:20060509:140416 Sending back:3583571922
016845:20060509:140416 In check_security()
016845:20060509:140416 Connection from [10.5.5.10]. Allowed servers [10.5.5.10]
016845:20060509:140416 Before read()
016845:20060509:140416 After read() 2 [20]
016845:20060509:140416 Got line
roc.mem[,www-data]
016840:20060509:140416 One child process died. Exiting ...
016840:20060509:140416 Got signal. Exiting ...
016841:20060509:140416 Got signal. Exiting ...
016846:20060509:140416 Got signal. Exiting ...
016847:20060509:140416 Got signal. Exiting ...
016847:20060509:140416 Before read()
016847:20060509:140416 After read() 2 [22]
016847:20060509:140416 Got line:net.if.in[eth0,bytes]
016847:20060509:140416 Sending back:1901590598
016841:20060509:140416 In check_security()
016841:20060509:140416 Connection from [10.5.5.10]. Allowed servers [10.5.5.10]
016841:20060509:140416 Before read()
016841:20060509:140416 After read() 2 [17]
016841:20060509:140416 Got line:net.if.out[eth0]
016841:20060509:140416 Sending back:3583571922
016845:20060509:140416 In check_security()
016845:20060509:140416 Connection from [10.5.5.10]. Allowed servers [10.5.5.10]
016845:20060509:140416 Before read()
016845:20060509:140416 After read() 2 [20]
016845:20060509:140416 Got line
roc.mem[,www-data]016840:20060509:140416 One child process died. Exiting ...
016840:20060509:140416 Got signal. Exiting ...
016841:20060509:140416 Got signal. Exiting ...
016846:20060509:140416 Got signal. Exiting ...
016847:20060509:140416 Got signal. Exiting ...
brian
Comment