WENDELMATTOSICLOUD / vmbix

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

Not Supported Message #4

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. running the java application and pointing it to vCenter works properly
2. Adding the template to Zabbix along with the host information works fine
3. When it tries to monitor the environment however it sends messages saying 
not supported on the console where the java application is running.  It 
attempts to monitor memory or CPU and says not supported ie. esx.memory(used)[] 
not supported. Are there any ideas as to what the issue may be?

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?
It is running on the Zabbix appliance that is based off of Suse.

Please provide any additional information below.

Original issue reported on code.google.com by nick.ewi...@gmail.com on 10 May 2012 at 2:18

Attachments:

GoogleCodeExporter commented 8 years ago
Second screenshot

Original comment by nick.ewi...@gmail.com on 10 May 2012 at 2:26

Attachments:

GoogleCodeExporter commented 8 years ago
You probably have "DNS name" property empty in your host configuration page. It 
does not put hostname  into the variable somehow. Try replacing:

status[{HOST.DNS}] with status[exact fqdn name of your esxi host]

Remember, you have to put full fqdn name if you have dns suffix configurated on 
the esx host.

Original comment by michal.b...@gmail.com on 6 Sep 2012 at 6:59