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:
authorJuris Miščenko <git-no-reply@zabbix.com>2014-07-02 17:00:50 +0400
committerJuris Miščenko <git-no-reply@zabbix.com>2014-07-02 17:00:50 +0400
commit22a9a4b965ef856b065821ab0f533bfab66caf7e (patch)
tree65c32045a0a448fe72f1bfd064d53e6b9b658504 /include/sysinfo.h
parentf0f25ff2f2849c41b31a8f7c93836c6a374641fa (diff)
...G...... [ZBXNEXT-1300] Added CPU (core) discovery item on Linux (system.cpu.discovery)
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 dbd19db123a..db8adf83385 100644
--- a/include/sysinfo.h
+++ b/include/sysinfo.h
@@ -223,6 +223,7 @@ int SYSTEM_CPU_INTR(AGENT_REQUEST *request, AGENT_RESULT *result);
int SYSTEM_CPU_LOAD(AGENT_REQUEST *request, AGENT_RESULT *result);
int SYSTEM_CPU_UTIL(AGENT_REQUEST *request, AGENT_RESULT *result);
int SYSTEM_CPU_NUM(AGENT_REQUEST *request, AGENT_RESULT *result);
+int SYSTEM_CPU_DISCOVERY(AGENT_REQUEST *request, AGENT_RESULT *result);
int SYSTEM_HOSTNAME(AGENT_REQUEST *request, AGENT_RESULT *result);
int SYSTEM_HW_CHASSIS(AGENT_REQUEST *request, AGENT_RESULT *result);
int SYSTEM_HW_CPU(AGENT_REQUEST *request, AGENT_RESULT *result);