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 'src/libs/zbxsysinfo/common/http_metrics.c')
-rw-r--r--src/libs/zbxsysinfo/common/http_metrics.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/libs/zbxsysinfo/common/http_metrics.c b/src/libs/zbxsysinfo/common/http_metrics.c
index 83f6e2e1163..2bf2a26be25 100644
--- a/src/libs/zbxsysinfo/common/http_metrics.c
+++ b/src/libs/zbxsysinfo/common/http_metrics.c
@@ -22,9 +22,9 @@
ZBX_METRIC parameters_common_http[] =
/* KEY FLAG FUNCTION TEST PARAMETERS */
{
- {"web.page.get", CF_HAVEPARAMS, WEB_PAGE_GET, "localhost,,80"},
- {"web.page.perf", CF_HAVEPARAMS, WEB_PAGE_PERF, "localhost,,80"},
- {"web.page.regexp", CF_HAVEPARAMS, WEB_PAGE_REGEXP, "localhost,,80,OK"},
+ {"web.page.get", CF_HAVEPARAMS, web_page_get, "localhost,,80"},
+ {"web.page.perf", CF_HAVEPARAMS, web_page_perf, "localhost,,80"},
+ {"web.page.regexp", CF_HAVEPARAMS, web_page_regexp, "localhost,,80,OK"},
{NULL}
};