Hi,
I have defined item as Text (Type of information) because value could be longer then 255 chars.
Lastvalue field in item table is defined as varchar(255). I have found out that's why lastvalue is trimmed to 255 chars.
What is the way to get the whole lastvalue of item through Zabbix API.
What will be the impact on Zabbix if I change item.lastvalue, item.prevvalue definition to "TEXT" type ?
--
Regards
yaap
I have defined item as Text (Type of information) because value could be longer then 255 chars.
Lastvalue field in item table is defined as varchar(255). I have found out that's why lastvalue is trimmed to 255 chars.
What is the way to get the whole lastvalue of item through Zabbix API.
What will be the impact on Zabbix if I change item.lastvalue, item.prevvalue definition to "TEXT" type ?
--
Regards
yaap
Comment