Hi,
I'm trying to fetch the details of the item where my trigger is attached to using the zabbix API.
This is working perfectly, but the lastvalue and prevalue have a maximum length of 255 characters. I did some digging and it was limited by the database as a varchar(255). I changed this to text, but the value is still limited to 255 characters.
So I'm guessing that it's limited somewhere in the PHP code as well, only I can't seem to find where that is. Could anyone point me to the location or give an alternative to get the full value another way?
Kind regards,
Arne
I'm trying to fetch the details of the item where my trigger is attached to using the zabbix API.
This is working perfectly, but the lastvalue and prevalue have a maximum length of 255 characters. I did some digging and it was limited by the database as a varchar(255). I changed this to text, but the value is still limited to 255 characters.
So I'm guessing that it's limited somewhere in the PHP code as well, only I can't seem to find where that is. Could anyone point me to the location or give an alternative to get the full value another way?
Kind regards,
Arne