Hi all,
Seeing some weird stuff here. I have one box where I configured 3 UserParameters in the agent. The first 2 work fine, the 3rd however.. not.
This is the snipplet from the config:
UserParameter=vv.active_user,/usr/local/bin/count_active_user.sh
With logs on level 4 the client logs this:
24128:20100531:104451.288 Run remote command [/usr/local/bin/count_active_user.sh] Result [3] [625]...
24128:20100531:104451.288 Sending back [625]
So far, so good, right? Except on the server I get this:
4076:20100531:104451.140 Item [db2:vv.active_user] error: Get value from agent failed: ZBX_TCP_READ() failed [Interrupted system call]
4076:20100531:104451.140 ZABBIX Host [db2]: first network error, wait for 15 seconds
Any idea where to begin looking?
Both client server are Zabbix 1.8.2 built from source and both are running Debian 5 64 bit.
Seeing some weird stuff here. I have one box where I configured 3 UserParameters in the agent. The first 2 work fine, the 3rd however.. not.
This is the snipplet from the config:
UserParameter=vv.active_user,/usr/local/bin/count_active_user.sh
With logs on level 4 the client logs this:
24128:20100531:104451.288 Run remote command [/usr/local/bin/count_active_user.sh] Result [3] [625]...
24128:20100531:104451.288 Sending back [625]
So far, so good, right? Except on the server I get this:
4076:20100531:104451.140 Item [db2:vv.active_user] error: Get value from agent failed: ZBX_TCP_READ() failed [Interrupted system call]
4076:20100531:104451.140 ZABBIX Host [db2]: first network error, wait for 15 seconds
Any idea where to begin looking?
Both client server are Zabbix 1.8.2 built from source and both are running Debian 5 64 bit.
Comment