Hi all! I try to setup SMART monitoring on number of Windows computers in my organisation, and discovery of disks and request with key `smart.disks.get` just returns good JSON with all info, but after that requests about new information on discovered disks such a
fails with error ZBX_NOTSUPPORTED: Cannot fetch data: Cannot unmarshal JSON: json: cannot unmarshal number 2285107743303 into Go struct field rawField.ata_smart_attributes.table.raw.value of type int.
it is possible to find some workaround ti this?
default "SMART by Zabbix Agent 2" template
zabbix server: 6.0.9
zabbix_agent2: 6.0.9
smartmintools: 7.0.1-1
HTML Code:
zabbix_get -s some-ip -p 10050 -k 'smart.disk.get[/dev/sda,""]'
it is possible to find some workaround ti this?
default "SMART by Zabbix Agent 2" template
zabbix server: 6.0.9
zabbix_agent2: 6.0.9
smartmintools: 7.0.1-1
Comment