diff options
| author | osmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2007-04-04 11:33:08 +0000 |
|---|---|---|
| committer | osmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2007-04-04 11:33:08 +0000 |
| commit | f4071accf03abf288b80530284abea72cbda92c3 (patch) | |
| tree | 8e3f08dc56a0e4c70e9d1f1299b251981ec23e0c /frontends/php/include/items.inc.php | |
| parent | e155c74da360c3024cf27f9147ff93d2bcd10ec5 (diff) | |
| download | zabbix-f4071accf03abf288b80530284abea72cbda92c3.tar.gz zabbix-f4071accf03abf288b80530284abea72cbda92c3.tar.xz zabbix-f4071accf03abf288b80530284abea72cbda92c3.zip | |
- added frontend-side support of external checks. (Eugene)
git-svn-id: svn://svn.zabbix.com/trunk@3974 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include/items.inc.php')
| -rw-r--r-- | frontends/php/include/items.inc.php | 1 |
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; |
