summaryrefslogtreecommitdiffstats
path: root/frontends/php/include/forms.inc.php
diff options
context:
space:
mode:
authorosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-04-14 12:43:04 +0000
committerosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-04-14 12:43:04 +0000
commit85eb904a1fd41b28292bc5bdb033ee568a7389b8 (patch)
treeaaecb58771482c2a99519af4913ca266852975b9 /frontends/php/include/forms.inc.php
parent819de36831781bda2871ad2413da78bcd7362cc0 (diff)
downloadzabbix-85eb904a1fd41b28292bc5bdb033ee568a7389b8.tar.gz
zabbix-85eb904a1fd41b28292bc5bdb033ee568a7389b8.tar.xz
zabbix-85eb904a1fd41b28292bc5bdb033ee568a7389b8.zip
- added uptime/downtime action condition for discovery
git-svn-id: svn://svn.zabbix.com/trunk@4013 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include/forms.inc.php')
-rw-r--r--frontends/php/include/forms.inc.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/frontends/php/include/forms.inc.php b/frontends/php/include/forms.inc.php
index a09d994d..2466a531 100644
--- a/frontends/php/include/forms.inc.php
+++ b/frontends/php/include/forms.inc.php
@@ -2976,6 +2976,9 @@ include_once 'include/discovery.inc.php';
$rowCondition[] = $cmbCondVal;
break;
+ case CONDITION_TYPE_DUPTIME:
+ $rowCondition[] = new CNumericBox('new_condition[value]','600',15);
+ break;
}
$frmAction->AddRow(S_NEW_CONDITION, array(