summaryrefslogtreecommitdiffstats
path: root/frontends/php/include/httptest.inc.php
diff options
context:
space:
mode:
authorosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-06-08 13:34:45 +0000
committerosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-06-08 13:34:45 +0000
commit8b4fe7931a148e8efb768b1a16a9895d031f82e4 (patch)
tree152fb0d04f70b73eb2825eac67d6130e69833194 /frontends/php/include/httptest.inc.php
parente213f712b4c7fb22b725f024b18c26362a86d630 (diff)
- developed database monitoring via ODBC (Eugene)
git-svn-id: svn://svn.zabbix.com/trunk@4253 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include/httptest.inc.php')
-rw-r--r--frontends/php/include/httptest.inc.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/frontends/php/include/httptest.inc.php b/frontends/php/include/httptest.inc.php
index 2c03a4cf..728eef06 100644
--- a/frontends/php/include/httptest.inc.php
+++ b/frontends/php/include/httptest.inc.php
@@ -119,7 +119,7 @@
{
if (!($itemid = add_item($item['description'], $item['key_'], $hostid, $delay,
$history, ITEM_STATUS_ACTIVE, ITEM_TYPE_HTTPTEST, '', '', $item['type'], 'localhost',
- 161, $item['units'], 0, 0, '', 0, '', '', '0', $trends, '', 0, '', array($applicationid))))
+ 161, $item['units'], 0, 0, '', 0, '', '', '0', $trends, '', 0, '', '', array($applicationid))))
return false;
}
else
@@ -129,7 +129,7 @@
if (!(update_item($itemid, $item['description'], $item['key_'], $hostid, $delay, $item_data['history'],
$item_data['status'], ITEM_TYPE_HTTPTEST, '', '', $item['type'], 'localhost', 161,
$item['units'], 0, 0, $item_data['delta'], 0, '', '', '0', $item_data['trends'], '',
- $item_data['valuemapid'], '', array($applicationid))))
+ $item_data['valuemapid'], '', '', array($applicationid))))
return false;
}
@@ -271,7 +271,7 @@
{
if (!($itemid = add_item($item['description'], $item['key_'], $hostid, $delay,
$history, ITEM_STATUS_ACTIVE, ITEM_TYPE_HTTPTEST, '', '', $item['type'], 'localhost',
- 161, $item['units'], 0, 0, '', 0, '', '', '0', $trends, '', 0, '', array($applicationid))))
+ 161, $item['units'], 0, 0, '', 0, '', '', '0', $trends, '', 0, '', '', array($applicationid))))
{
$result = false;
break;
@@ -284,7 +284,7 @@
if (!(update_item($itemid, $item['description'], $item['key_'], $hostid, $delay, $item_data['history'],
$item_data['status'], ITEM_TYPE_HTTPTEST, '', '', $item['type'], 'localhost', 161,
$item['units'], 0, 0, $item_data['delta'], 0, '', '', '0', $item_data['trends'], '',
- $item_data['valuemapid'], '', array($applicationid))))
+ $item_data['valuemapid'], '', '', array($applicationid))))
{
$result = false;
break;