summaryrefslogtreecommitdiffstats
path: root/frontends/php/discoveryconf.php
diff options
context:
space:
mode:
authorosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-03-20 14:07:18 +0000
committerosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-03-20 14:07:18 +0000
commitf3b0ed3265201da1d292b7d80beb31a190f4cc2f (patch)
tree1cec643d8a3be8025f0344f0100bed2dcbbc1811 /frontends/php/discoveryconf.php
parenta23c4de7f946b02f036315d319591ff5cfe08a93 (diff)
- added default ports for discovery checks (Eugene)
git-svn-id: svn://svn.zabbix.com/trunk@3901 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/discoveryconf.php')
-rw-r--r--frontends/php/discoveryconf.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/frontends/php/discoveryconf.php b/frontends/php/discoveryconf.php
index 9a67604c..5cf7e6a0 100644
--- a/frontends/php/discoveryconf.php
+++ b/frontends/php/discoveryconf.php
@@ -54,6 +54,8 @@ include_once "include/page_header.php";
"new_check_ports"=> array(T_ZBX_PORTS, O_OPT, null, NOT_EMPTY, 'isset({add_check})'),
+ "type_changed"=> array(T_ZBX_INT, O_OPT, null, IN(1), null),
+
/* actions */
"add_check"=> array(T_ZBX_STR, O_OPT, P_SYS|P_ACT, null, null),
"delete_ckecks"=> array(T_ZBX_STR, O_OPT, P_SYS|P_ACT, null, null),