diff options
| author | sasha <sasha@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2008-06-26 07:20:41 +0000 |
|---|---|---|
| committer | sasha <sasha@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2008-06-26 07:20:41 +0000 |
| commit | 0524a8a2dfb101e926b5a092c32a3e7c4dbb2543 (patch) | |
| tree | 36f09ca9e171267aa2d77a7cc69e336f3663cd37 /frontends/php/include/defines.inc.php | |
| parent | e20118aa386b5d231699ee309a6cd7cbdd166756 (diff) | |
| download | zabbix-0524a8a2dfb101e926b5a092c32a3e7c4dbb2543.tar.gz zabbix-0524a8a2dfb101e926b5a092c32a3e7c4dbb2543.tar.xz zabbix-0524a8a2dfb101e926b5a092c32a3e7c4dbb2543.zip | |
- [DEV-183] added support of applications in action conditions
git-svn-id: svn://svn.zabbix.com/trunk@5793 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include/defines.inc.php')
| -rw-r--r-- | frontends/php/include/defines.inc.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/frontends/php/include/defines.inc.php b/frontends/php/include/defines.inc.php index b217c340..a21cb69c 100644 --- a/frontends/php/include/defines.inc.php +++ b/frontends/php/include/defines.inc.php @@ -119,6 +119,7 @@ define('CONDITION_TYPE_DVALUE', 12); define('CONDITION_TYPE_HOST_TEMPLATE', 13); define('CONDITION_TYPE_EVENT_ACKNOWLEDGED', 14); + define('CONDITION_TYPE_APPLICATION', 15); define('CONDITION_OPERATOR_EQUAL', 0); define('CONDITION_OPERATOR_NOT_EQUAL', 1); |
