Ad Widget

Collapse

1.3.4 zabbix_agent UserParameter are unsupported

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • koor
    Junior Member
    • Mar 2007
    • 2

    #1

    1.3.4 zabbix_agent UserParameter are unsupported

    UserParameter options return ZBX_NOTSUPPORTED instead of the correct value.

    [root@zabbix zabbix]# zabbix_agent -c /etc/zabbix/zabbix_agentd.conf -t mysql.version
    mysql.version[] [m|ZBX_NOTSUPPORTED]

    [root@zabbix zabbix]# zabbix_agentd -c /etc/zabbix/zabbix_agentd.conf -t mysql.version
    mysql.version [t|mysql Ver 14.12 Distrib 5.0.27, for redhat-linux-gnu (i686) using readline 5.0]

    [root@zabbix zabbix]# grep mysql.version zabbix_agentd.conf
    UserParameter=mysql.version,mysql -V

    Koor
  • BorisL
    Junior Member
    • Jan 2007
    • 20

    #2
    Originally posted by koor
    UserParameter=mysql.version,mysql -V
    Koor
    Did you try to use full path to mysql binary?

    Comment

    • koor
      Junior Member
      • Mar 2007
      • 2

      #3
      Originally posted by BorisL
      Did you try to use full path to mysql binary?
      That did not resolve the issue.

      Comment

      Working...