Hi,
I´m setting up a VMware Monitoring via VMware API. The Value I get form my external check is retund in GB, so i use "B" as Units and 1073741824 as custom multiplier.
As example the value my script returns is 1394.25. But I get "Type of received value [1497064538112.000000] is not suitable for value type [Numeric (float)]" as item not supportet error. The Datastore is 1,36TB big.
How can I resolve the problem?
EDIT:
Currently I´m using Zabbix 2.0.1 with MySQL Database
I´m setting up a VMware Monitoring via VMware API. The Value I get form my external check is retund in GB, so i use "B" as Units and 1073741824 as custom multiplier.
As example the value my script returns is 1394.25. But I get "Type of received value [1497064538112.000000] is not suitable for value type [Numeric (float)]" as item not supportet error. The Datastore is 1,36TB big.
How can I resolve the problem?
EDIT:
Currently I´m using Zabbix 2.0.1 with MySQL Database
Comment