编辑:vim /usr/share/zabbix/include/defines.inc.php
源文件:
//define('ZBX_PREG_INTERNAL_NAMES', '([0-9a-zA-Z_. -]+)'); // !!! Don't forget sync code with C !!!
修改后:
define('ZBX_PREG_INTERNAL_NAMES', '([0-9a-zA-Z_. -\x{80}-\x{ff}]+)'); // !!! Don't forget sync code with C !!!
原文链接:https://blog.csdn.net/Doudou_Mylove/article/details/123918747