Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/php/tests/agent/testMetrics.php')
-rw-r--r--frontends/php/tests/agent/testMetrics.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/frontends/php/tests/agent/testMetrics.php b/frontends/php/tests/agent/testMetrics.php
index cfa5a4b9c37..743d43c6a32 100644
--- a/frontends/php/tests/agent/testMetrics.php
+++ b/frontends/php/tests/agent/testMetrics.php
@@ -339,6 +339,7 @@ class testMetrics extends CZabbixTest {
array('system.hw.cpu[]', TYPE_ANY, '/MHz/', -1, -1),
array('system.hw.macaddr[]', TYPE_ANY, '/eth[0-9]/', -1, -1),
array('system.sw.packages[]', TYPE_ANY, '/php/', -1, -1),
+ array('wmi.get[root\\cimv2,select Caption from Win32_OperatingSystem]', TYPE_ANY, ZBX_NOTSUPPORTED, -1, -1),
);
}