Ad Widget

Collapse

UserParameter error

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • dignus
    Junior Member
    • Jan 2005
    • 14

    #1

    UserParameter error

    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.
    Last edited by dignus; 31-05-2010, 10:39.
  • dignus
    Junior Member
    • Jan 2005
    • 14

    #2
    For anyone who searched the forums and came across this topic:

    My UserParameter script took longer to run than the default timeout specified in the zabbix server config. Adjusted that timeout - all works fine.

    Comment

    Working...