From 1c57942f5b57f9afca03b111bf8a4eef2e00fb42 Mon Sep 17 00:00:00 2001 From: osmiy Date: Thu, 31 May 2007 08:33:16 +0000 Subject: - merged from branches/1.4.1 rev. 4210:4213 (Eugene) git-svn-id: svn://svn.zabbix.com/trunk@4216 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- frontends/php/include/defines.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontends/php/include/defines.inc.php') diff --git a/frontends/php/include/defines.inc.php b/frontends/php/include/defines.inc.php index b4be08f6..24209da4 100644 --- a/frontends/php/include/defines.inc.php +++ b/frontends/php/include/defines.inc.php @@ -380,7 +380,7 @@ define('RARR', '⇒'); define('ZBX_EREG_HOST_FORMAT', '([0-9a-zA-Z\_\.[:space:][.-.]\$]+)'); - define('ZBX_EREG_ITEM_KEY_FORMAT', '([]\[0-9a-zA-Z!\_\*\/\.\,\:\(\)\+ [.-.]\$]+)'); + define('ZBX_EREG_ITEM_KEY_FORMAT', '([]\[0-9a-zA-Z!\_\*\/\.\,\:\(\)\+ [.-.]\$%]+)'); define('ZBX_EREG_SIMPLE_EXPRESSION_FORMAT', '^\{'.ZBX_EREG_HOST_FORMAT.'\:'.ZBX_EREG_ITEM_KEY_FORMAT.'\.([a-z]{3,11})\(([#0-9a-zA-Z\_\/\.\,[:space:]]+)\)\}$'); -- cgit