Ad Widget

Collapse

zabbix1.1b8 UserParameter MySQL

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • nikoula
    Junior Member
    • Jul 2005
    • 29

    #1

    zabbix1.1b8 UserParameter MySQL

    Hi,

    I've some troubles with zabbix UserParameter...
    I've splited in two servers my zabbix, one with the mysql base only and one with the main zabbix monitoring system.

    I run SimpleChecks only, but to monitore my DB, i try to use the agentd process.
    - i put into my DB box the agentd (same as the manual explained)
    - i've set up the agend.conf : server's IP, port number, number of process
    - uncommented UserParam which i'm interested in.
    - and run the agentd, everything goes right.

    then i add my box to zabbix interface using mysql default template, but few minutes later zabbix told me that these UserParam are not supported...

    to understand why, i turn to 4 the debug level in both sides, but didn't find anything expect
    020318:20060418:183349 Got line:mysql[ping]
    020318:20060418:183349 Sending back:ZBX_NOTSUPPORTED
    in zabbix_agend.log

    can any one help me about this point ?
  • nikoula
    Junior Member
    • Jul 2005
    • 29

    #2
    solved

    Ok i've succed to find why my UserParam won't work.

    It was because in Frontend UserParam defined for MySQL template was like
    mysq[ping], mysql[version], etc...

    But agentd recognize only UserParam such as mysql.ping, mysql.version, etc.

    So i've corrected it and now it's working fine

    hope that help some.

    Comment

    Working...