WENDELMATTOSICLOUD / vmbix

Automatically exported from code.google.com/p/vmbix
0 stars 0 forks source link

HOST.DNS is not supported in Zabbix 2.0.4 - suggested solution #11

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
Zabbix 2.0.4 and VmBix 1.0.1 - macro HOST.DNS result in error
Host Name: FQHN (esx01.v12n.com)
Visible Name: hostname (esx01)

What is the expected output? What do you see instead?
No values are logged nor updated.
Status of item - not supported

What version of the product are you using? On what operating system?
Ubuntu 12.04.1 LTS
Zabbix 2.0.4
VmBix 1.0.1

Please provide any additional information below.
Replace all {HOST.DNS} with {HOST.HOST} in the Host.xml template will resolve 
this issue.
I used perl to fix this in the Host.xml file attached.
perl -pi -e "s/HOST\.DNS/HOST\.HOST/g" Host.xml 

Original issue reported on code.google.com by jahan...@v12n.com on 17 Jan 2013 at 2:43

GoogleCodeExporter commented 8 years ago
Correction: HOST.DNS is supported, but does not work in VmBix.

Original comment by jahan...@v12n.com on 17 Jan 2013 at 2:56