Hi,
I'm running Zabbix 1.3.5 (server+agent) on MySQL 5.0.
On my single test agent, I added some local UserParameter checks (the mysql.* ones of the example config file). Log level is set to 5 (DEBUG).
Soon after (re)starting the agent, I get these messages in the agent log file :
After this, the agent seems to runs normaly, but it continuously logs an error message, one per second:
I guess the Listener error and the SIGPIPE are related, but I don't know what causes the SIGPIPE. Maybe the UserParameter check which got triggered just before the SIGPIPE is responsible?
Regards,
I'm running Zabbix 1.3.5 (server+agent) on MySQL 5.0.
On my single test agent, I added some local UserParameter checks (the mysql.* ones of the example config file). Log level is set to 5 (DEBUG).
Soon after (re)starting the agent, I get these messages in the agent log file :
Code:
25862:20070418:123915 Processing request. 25862:20070418:123915 In check_security() 25862:20070418:123915 Requested [mysql.uptime] 25863:20070418:123915 Before 25863:20070418:123915 Run remote command [mysqladmin -uzabbix -pzabbix status|cut -f2 -d":"|cut -f1 -d"T"] Result [8] [ 88820 ] 25863:20070418:123915 Sending back [ 88820 ] 25863:20070418:123915 Got SIGPIPE. Where it came from??? 25863:20070418:123915 Process listener error: Connection from [10.0.1.85] accepted. Allowed servers [10.0.1.85] 25863:20070418:123915 Listener error: accept() failed [Bad file descriptor] 25862:20070418:123915 Before 25862:20070418:123915 Run remote command [mysqladmin -uzabbix -pzabbix status|cut -f2 -d":"|cut -f1 -d"T"] Result [8] [ 88820 ] 25862:20070418:123915 Sending back [ 88820 ] 25863:20070418:123916 Listener error: accept() failed [Bad file descriptor]
Code:
25863:20070418:124533 Listener error: accept() failed [Bad file descriptor]
Regards,
Comment