From 85eb904a1fd41b28292bc5bdb033ee568a7389b8 Mon Sep 17 00:00:00 2001 From: osmiy Date: Sat, 14 Apr 2007 12:43:04 +0000 Subject: - added uptime/downtime action condition for discovery git-svn-id: svn://svn.zabbix.com/trunk@4013 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- frontends/php/include/forms.inc.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'frontends/php/include/forms.inc.php') 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( -- cgit