Ad Widget

Collapse

Zbx_notsupported

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • thirellouma
    Junior Member
    • Feb 2010
    • 8

    #1

    Zbx_notsupported

    hi everybody,
    I'm trying to config qn user parameter in zabbix_agentd: I've just add the following into zabbix_agentd.conf (as the manual wrote) in my zabbbix server:
    UserParameter=mysql.question,mysqladmin -uroot status|cut -f4 -d":"|cut -f1 -d "S"
    After that, I used
    zabbix_agentd -t mysql.questions
    to check, but I got this:
    mysql.question [m|ZBX_NOTSUPPORTED]
    What's wrong with that? how can i fix it? Please, could anyone help me?
  • MrKen
    Senior Member
    • Oct 2008
    • 652

    #2
    Try it from the zabbix_server using zabbix_get

    ./zabbix_get -s <IP of Host> -k mysql.questions

    Also check whether it is 'question' or 'questions'

    MrKen
    Disclaimer: All of the above is pure speculation.

    Comment

    Working...