ok, i want to adapt the template of 3.5 to 4.0, but i never did a template in my life and i tried to read on docs, but it does not make too much sense to me
the thing is i configured snmp on the ESX using the vicfg-snmp command and the strange thing is, if i snmpwalk, i get some data, but if i specify a value, like .1.3.6.1.4.1.6876.2.1.1.2, the ESX will return data, correct data. If i do it from the template, it will return no data. what am i doing wrong ?
Data Query Debug Information
+ Running data query [11].
+ Found type = '6 '[script query].
+ Found data query XML file at '/var/www/html/resource/script_server/vmware_cpu.xml'
+ XML file parsed ok.
+ Executing script for list of indexes '/usr/bin/php -q /var/www/html/scripts/ss_vmware_cpu.php xxx.xxx.xxx.xxx 14 1:161:500:1:50:community:admin:cacti:MD5::DES: index'
+ Executing script query '/usr/bin/php -q /var/www/html/scripts/ss_vmware_cpu.php xxx.xxx.xxx.xxx 14 1:161:500:1:50:community:admin:cacti:MD5::DES: query index'
+ Executing script query '/usr/bin/php -q /var/www/html/scripts/ss_vmware_cpu.php xxx.xxx.xxx.xxx 14 1:161:500:1:50:community:admin:cacti:MD5::DES: query displayname'
+ Executing script query '/usr/bin/php -q /var/www/html/scripts/ss_vmware_cpu.php xxx.xxx.xxx.xxx 14 1:161:500:1:50:community:admin:cacti:MD5::DES: query vmid'
+ Executing script query '/usr/bin/php -q /var/www/html/scripts/ss_vmware_cpu.php xxx.xxx.xxx.xxx 14 1:161:500:1:50:community:admin:cacti:MD5::DES: query gueststate'
+ Executing script query '/usr/bin/php -q /var/www/html/scripts/ss_vmware_cpu.php xxx.xxx.xxx.xxx 14 1:161:500:1:50:community:admin:cacti:MD5::DES: query vmstate'
+ Found data query XML file at '/var/www/html/resource/script_server/vmware_cpu.xml'
+ Found data query XML file at '/var/www/html/resource/script_server/vmware_cpu.xml'
+ Found data query XML file at '/var/www/html/resource/script_server/vmware_cpu.xml'
debug for disk, for instance
but
snmpwalk -v2c -c community xxx.xxx.xxx.xxx .1.3.6.1.4.1.6876.2 will return results.