summaryrefslogtreecommitdiffstats
path: root/frontends/php/include/defines.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/defines.inc.php
parent819de36831781bda2871ad2413da78bcd7362cc0 (diff)
- 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/defines.inc.php')
-rw-r--r--frontends/php/include/defines.inc.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/frontends/php/include/defines.inc.php b/frontends/php/include/defines.inc.php
index ebe75931..b7324fea 100644
--- a/frontends/php/include/defines.inc.php
+++ b/frontends/php/include/defines.inc.php
@@ -111,6 +111,7 @@
define('CONDITION_TYPE_DSERVICE_TYPE', 8);
define('CONDITION_TYPE_DSERVICE_PORT', 9);
define('CONDITION_TYPE_DSTATUS', 10);
+ define('CONDITION_TYPE_DUPTIME', 11);
define('CONDITION_OPERATOR_EQUAL', 0);
define('CONDITION_OPERATOR_NOT_EQUAL', 1);