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:
authorMichael Veksler <Mihails.Vekslers@zabbix.com>2021-07-21 14:41:02 +0300
committerMichael Veksler <Mihails.Vekslers@zabbix.com>2021-07-21 14:41:02 +0300
commita33b61a905330bea95863ce0e32146ed02be975e (patch)
tree0252f9dc4144a1ec07ce4fdf680203c19ce89386 /include/sysinfo.h
parent6be091e84c9505318ed7e8d756e2afaf43e665bc (diff)
...G...... [ZBXNEXT-6688] fixed metrics names of net.*.socket.count
Diffstat (limited to 'include/sysinfo.h')
-rw-r--r--include/sysinfo.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/sysinfo.h b/include/sysinfo.h
index d908ba04ca8..f7c4bc5610f 100644
--- a/include/sysinfo.h
+++ b/include/sysinfo.h
@@ -258,9 +258,9 @@ int NET_IF_TOTAL(AGENT_REQUEST *request, AGENT_RESULT *result);
int NET_IF_COLLISIONS(AGENT_REQUEST *request, AGENT_RESULT *result);
int NET_IF_DISCOVERY(AGENT_REQUEST *request, AGENT_RESULT *result);
int NET_TCP_LISTEN(AGENT_REQUEST *request, AGENT_RESULT *result);
-int NET_TCP_COUNT(AGENT_REQUEST *request, AGENT_RESULT *result);
+int NET_TCP_SOCKET_COUNT(AGENT_REQUEST *request, AGENT_RESULT *result);
int NET_UDP_LISTEN(AGENT_REQUEST *request, AGENT_RESULT *result);
-int NET_UDP_COUNT(AGENT_REQUEST *request, AGENT_RESULT *result);
+int NET_UDP_SOCKET_COUNT(AGENT_REQUEST *request, AGENT_RESULT *result);
int SYSTEM_CPU_SWITCHES(AGENT_REQUEST *request, AGENT_RESULT *result);
int SYSTEM_CPU_INTR(AGENT_REQUEST *request, AGENT_RESULT *result);
int SYSTEM_CPU_LOAD(AGENT_REQUEST *request, AGENT_RESULT *result);