Hi all!
Today i have some issue with value length field in host macro section.
Field "value" length is quoted by 255 (varchar type) chars.
I make a patch which consists of sql patch (change value type in db from "varchar" to "text") and php files of zabbix-frontend where zabbix check string length and update db fields.
As Is! Enjoy!
Today i have some issue with value length field in host macro section.
Field "value" length is quoted by 255 (varchar type) chars.
I make a patch which consists of sql patch (change value type in db from "varchar" to "text") and php files of zabbix-frontend where zabbix check string length and update db fields.
As Is! Enjoy!
Comment