summaryrefslogtreecommitdiffstats
path: root/frontends/php/include/items.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/php/include/items.inc.php')
-rw-r--r--frontends/php/include/items.inc.php1
1 files changed, 1 insertions, 0 deletions
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;