Ad Widget

Collapse

user parameter not working

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • heliopaixao
    Junior Member
    • Mar 2009
    • 3

    #1

    user parameter not working

    Dear guys,

    I am trying to use user parameter and have no sucess. So I try to make the example of Zabbix Guide and also have no success.

    I have added the following line at my zabbix_agentd.conf

    UserParameter=test,echo 1

    and when I try the command:

    # ./zabbix_agentd -c /etc/zabbix/zabbix_agentd.conf -t test
    test [m|ZBX_NOTSUPPORTED]
    #

    I am using zabbix_agentd version 1.6.2

    Can anyone help me?

    Thanks
  • richlv
    Senior Member
    Zabbix Certified Trainer
    Zabbix Certified SpecialistZabbix Certified Professional
    • Oct 2005
    • 3112

    #2
    zabbix_agentd -t does not support user parmaters. use zabbix_get instead
    Zabbix 3.0 Network Monitoring book

    Comment

    Working...