Hello,
before update i have set 1024 usermacro limit by editing files:
/usr/share/zabbix:
- include/views/js/hostmacros.js.php
- include/views/administration.general.macros.edit.php
- include/views/hostmacros.php
- include/schema.inc.php
changing 255 to 1024 value, also in database i have changed hostmacro value type from character varying(255) to text type.
Unfortunately after update settings went back to 255, after changing those same files i get error about 255 limit of macro, any idea what can be problem in this case?
before update i have set 1024 usermacro limit by editing files:
/usr/share/zabbix:
- include/views/js/hostmacros.js.php
- include/views/administration.general.macros.edit.php
- include/views/hostmacros.php
- include/schema.inc.php
changing 255 to 1024 value, also in database i have changed hostmacro value type from character varying(255) to text type.
Unfortunately after update settings went back to 255, after changing those same files i get error about 255 limit of macro, any idea what can be problem in this case?