If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to REGISTER before you can post. To start viewing messages, select the forum that you want to visit from the selection below.
Some userparameters had to be adjusted to fit the new syntax of param.info1 as opposed to param[info1]. I also had to adjust some that used awk or ". For example using awk '{print $ 9}' instead of awk '{print $9}' or using single quotes instead of double quotes.
Also there appears to be something odd where it no longer excepts .22 and requires 0.22 [needs a padded zero for values less than one], or where it doesn't accept negative numbers any more. So I've setup xargs to append zeros, etc. to get around the problems. (it complains in the zabbix server log about "is not sutable" [yes it is not spelled correctly] )
But yes you _can_ get them working after adjustment.
By the way this should probably be in the beta section.
Do you have the debug level set to '4' in your agent config? If not, set it to 4 and recreate the issue again. Then post a couple lines from your log file so we can see the exact error message.
I have fixed the issue in my last post from the agent by removing the space before the 'cscript'. However i still get a item not supported from the interface. Also from the logs on the server i still get the following error:
] is not sutable for [vsi.queue@NPNT1]d value [27
So to me it looks like it is getting the value ok from teh client but it seems to append a [ to the value which makes the item fail.
Figured it out from the other posts on the forum. Needed to change my UserParameter values from mysq[ping] to mysql.ping[*] and use that value in the Item in the web interface.
Comment