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>2019-09-18 22:07:44 +0300
committerMichael Veksler <Mihails.Vekslers@zabbix.com>2019-09-19 16:20:18 +0300
commitad3f475407f4e388f0bcc0928a7cc9cf727c2d67 (patch)
tree59a005e7b4e2ecb9318ceb2c8a22d688c1d3451d /include/sysinfo.h
parent079f2dd237266c748042c5e165789c1b5b51d688 (diff)
...G...... [ZBXNEXT-2946] added new key wmi.getall to collect all required wmi properties in a json document
(cherry picked from commit 68b9bd1a73959ad82e7edaf86d84d03c0cc0d688)
Diffstat (limited to 'include/sysinfo.h')
-rw-r--r--include/sysinfo.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sysinfo.h b/include/sysinfo.h
index 9607d69bb74..355e9935170 100644
--- a/include/sysinfo.h
+++ b/include/sysinfo.h
@@ -279,6 +279,7 @@ int SERVICES(AGENT_REQUEST *request, AGENT_RESULT *result);
int PROC_INFO(AGENT_REQUEST *request, AGENT_RESULT *result);
int NET_IF_LIST(AGENT_REQUEST *request, AGENT_RESULT *result);
int WMI_GET(AGENT_REQUEST *request, AGENT_RESULT *result);
+int WMI_GETALL(AGENT_REQUEST *request, AGENT_RESULT *result);
int VM_VMEMORY_SIZE(AGENT_REQUEST *request, AGENT_RESULT *result);
#endif