From f4071accf03abf288b80530284abea72cbda92c3 Mon Sep 17 00:00:00 2001 From: osmiy Date: Wed, 4 Apr 2007 11:33:08 +0000 Subject: - added frontend-side support of external checks. (Eugene) git-svn-id: svn://svn.zabbix.com/trunk@3974 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- frontends/php/include/items.inc.php | 1 + 1 file changed, 1 insertion(+) (limited to 'frontends/php/include/items.inc.php') diff --git a/frontends/php/include/items.inc.php b/frontends/php/include/items.inc.php index ad150b20..89063143 100644 --- a/frontends/php/include/items.inc.php +++ b/frontends/php/include/items.inc.php @@ -33,6 +33,7 @@ case ITEM_TYPE_ZABBIX_ACTIVE: $type = S_ZABBIX_AGENT_ACTIVE; break; case ITEM_TYPE_AGGREGATE: $type = S_ZABBIX_AGGREGATE; break; case ITEM_TYPE_HTTPTEST: $type = S_WEB_MONITORING; break; + case ITEM_TYPE_EXTERNAL: $type = S_EXTERNAL_CHECK; break; default:$type = S_UNKNOWN; break; } return $type; -- cgit