Ad Widget

Collapse

userParameter agentd

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • BusteR81
    Senior Member
    • Apr 2007
    • 150

    #1

    userParameter agentd

    i want to monitor fan speed (as ITEM) and some backup fan on system in standby mode is @0 rpm but zabbix_server will not accept '0' values.

    Question: can u guys make zabbix_server to accept '0' values for senderTrapper and/or UserParameter in zabbix_agentd ??

    i have 2 live zabbix_servers both 1.4.2 on a FAST PC and a SLOW PC. the FAST PC is able to return the size of zabbix_DB (UserParameter in agentd) within 3 sec but the other zabbix_server on SLOW PC fails to do so causing the item to be "not supported".

    Question: can u guys make an option(eg. interval) to let administrator adjust the timeout (in sec) for userParameter items ??
  • Calimero
    Senior Member
    • Nov 2006
    • 481

    #2
    1/ errr... "0" is a valid value.

    The following (dummy) item works fine:

    UserParameter=item.zero,/bin/echo 0

    Is your script/command OK ?

    2/ Regarding timeout for data collection, there's the "Timeout=3" default value in the zabbix agent config file which you can increase.

    Comment

    Working...