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:
authorAlexander Vladishev <aleksander.vladishev@zabbix.com>2013-07-18 18:12:51 +0400
committerAlexander Vladishev <aleksander.vladishev@zabbix.com>2013-07-18 18:12:51 +0400
commit56bc03f78db538fa05bc2dda16347808214115ec (patch)
treebacd5660c9cae99483d767014c43f0a49f8b2c74 /include/sysinfo.h
parent001e724fa6571148bb606a1f938b70fe2f7cccb1 (diff)
parent14628c5a4e5d87df04e9cc777e0008e66fcc630d (diff)
.......... [ZBXNEXT-1633] updated to the latest trunk
Diffstat (limited to 'include/sysinfo.h')
-rw-r--r--include/sysinfo.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sysinfo.h b/include/sysinfo.h
index f9584be4320..e35f0328d30 100644
--- a/include/sysinfo.h
+++ b/include/sysinfo.h
@@ -209,6 +209,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_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);
int SYSTEM_HW_DEVICES(AGENT_REQUEST *request, AGENT_RESULT *result);
@@ -220,6 +221,7 @@ int SYSTEM_SWAP_IN(AGENT_REQUEST *request, AGENT_RESULT *result);
int SYSTEM_SWAP_OUT(AGENT_REQUEST *request, AGENT_RESULT *result);
int SYSTEM_SWAP_SIZE(AGENT_REQUEST *request, AGENT_RESULT *result);
int SYSTEM_UPTIME(AGENT_REQUEST *request, AGENT_RESULT *result);
+int SYSTEM_UNAME(AGENT_REQUEST *request, AGENT_RESULT *result);
int SYSTEM_BOOTTIME(AGENT_REQUEST *request, AGENT_RESULT *result);
int VFS_DEV_READ(AGENT_REQUEST *request, AGENT_RESULT *result);
int VFS_DEV_WRITE(AGENT_REQUEST *request, AGENT_RESULT *result);