PDA

View Full Version : zabbix1.1b8 UserParameter MySQL


nikoula
18-04-2006, 18:49
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
22-04-2006, 19:26
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.