summaryrefslogtreecommitdiffstats
path: root/frontends/php/discoveryconf.php
diff options
context:
space:
mode:
authorosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-04-27 14:00:45 +0000
committerosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-04-27 14:00:45 +0000
commite579d646d78f6eeb0fbada8b56f5c7f2e947523f (patch)
tree0e38893216d854f78d3988bc88f04eeeba5f15f4 /frontends/php/discoveryconf.php
parentc4a85b4a01845c189f81f6729bf0e8539678a194 (diff)
downloadzabbix-e579d646d78f6eeb0fbada8b56f5c7f2e947523f.tar.gz
zabbix-e579d646d78f6eeb0fbada8b56f5c7f2e947523f.tar.xz
zabbix-e579d646d78f6eeb0fbada8b56f5c7f2e947523f.zip
fixed dcheks
git-svn-id: svn://svn.zabbix.com/trunk@4073 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/discoveryconf.php')
-rw-r--r--frontends/php/discoveryconf.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/frontends/php/discoveryconf.php b/frontends/php/discoveryconf.php
index f578f665..a3eff528 100644
--- a/frontends/php/discoveryconf.php
+++ b/frontends/php/discoveryconf.php
@@ -48,8 +48,8 @@ include_once "include/page_header.php";
'isset({add_check})'),
"new_check_ports"=> array(T_ZBX_PORTS, O_OPT, null, NOT_EMPTY, 'isset({add_check})'),
- "new_check_key"=> array(T_ZBX_STR, O_OPT, null, NOT_EMPTY, 'isset({add_check})'),
- "new_check_snmp_community"=> array(T_ZBX_STR, O_OPT, null, NOT_EMPTY, 'isset({add_check})'),
+ "new_check_key"=> array(T_ZBX_STR, O_OPT, null, null, 'isset({add_check})'),
+ "new_check_snmp_community"=> array(T_ZBX_STR, O_OPT, null, null, 'isset({add_check})'),
"type_changed"=> array(T_ZBX_INT, O_OPT, null, IN(1), null),