summaryrefslogtreecommitdiffstats
path: root/include/sysinfo.h
diff options
context:
space:
mode:
authoralex <alex@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-05-25 13:47:29 +0000
committeralex <alex@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-05-25 13:47:29 +0000
commitceb36225b828fc8e859d2bc317c38475a75fc1b9 (patch)
tree617f3707e03408934887bf897baa5c49d8959792 /include/sysinfo.h
parentbf0bee4f86ec14e5c00e1d3d9586ef351d5f8cf7 (diff)
downloadzabbix-ceb36225b828fc8e859d2bc317c38475a75fc1b9.tar.gz
zabbix-ceb36225b828fc8e859d2bc317c38475a75fc1b9.tar.xz
zabbix-ceb36225b828fc8e859d2bc317c38475a75fc1b9.zip
- fixed misc strict compilation issues (Alexei)
git-svn-id: svn://svn.zabbix.com/trunk@4181 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'include/sysinfo.h')
-rw-r--r--include/sysinfo.h23
1 files changed, 0 insertions, 23 deletions
diff --git a/include/sysinfo.h b/include/sysinfo.h
index fd1e3f45..5391ad8e 100644
--- a/include/sysinfo.h
+++ b/include/sysinfo.h
@@ -193,23 +193,14 @@ int NET_IF_OUT(const char *cmd, const char *param, unsigned flags, AGENT_RES
int NET_IF_TOTAL(const char *cmd, const char *param, unsigned flags, AGENT_RESULT *result);
int SYSTEM_CPU_LOAD(const char *cmd, const char *param, unsigned flags, AGENT_RESULT *result);
int SYSTEM_CPU_UTIL(const char *cmd, const char *param, unsigned flags, AGENT_RESULT *result);
-//int SYSTEM_HOSTNAME(const char *cmd, const char *param, unsigned flags, AGENT_RESULT *result);
int SYSTEM_SWAP_IN(const char *cmd, const char *param, unsigned flags, AGENT_RESULT *result);
int SYSTEM_SWAP_OUT(const char *cmd, const char *param, unsigned flags, AGENT_RESULT *result);
int SYSTEM_SWAP_SIZE(const char *cmd, const char *param, unsigned flags, AGENT_RESULT *result);
-//int SYSTEM_UNAME(const char *cmd, const char *param, unsigned flags, AGENT_RESULT *result);
-//int SYSTEM_UNUM(const char *cmd, const char *param, unsigned flags, AGENT_RESULT *result);
int SYSTEM_UPTIME(const char *cmd, const char *param, unsigned flags, AGENT_RESULT *result);
int SYSTEM_BOOTTIME(const char *cmd, const char *param, unsigned flags, AGENT_RESULT *result);
int VFS_DEV_READ(const char *cmd, const char *param, unsigned flags, AGENT_RESULT *result);
int VFS_DEV_WRITE(const char *cmd, const char *param, unsigned flags, AGENT_RESULT *result);
-//int VFS_FILE_CKSUM(const char *cmd, const char *param, unsigned flags, AGENT_RESULT *result);
-//int VFS_FILE_EXISTS(const char *cmd, const char *param, unsigned flags, AGENT_RESULT *result);
-//int VFS_FILE_MD5SUM(const char *cmd, const char *param, unsigned flags, AGENT_RESULT *result);
-//int VFS_FILE_REGEXP(const char *cmd, const char *param, unsigned flags, AGENT_RESULT *result);
-//int VFS_FILE_REGMATCH(const char *cmd, const char *param, unsigned flags, AGENT_RESULT *result);
int VFS_FILE_SIZE(const char *cmd, const char *param, unsigned flags, AGENT_RESULT *result);
-//int VFS_FILE_TIME(const char *cmd, const char *param, unsigned flags, AGENT_RESULT *result);
int VFS_FS_INODE(const char *cmd, const char *param, unsigned flags, AGENT_RESULT *result);
int VFS_FS_SIZE(const char *cmd, const char *param, unsigned flags, AGENT_RESULT *result);
int VM_MEMORY_SIZE(const char *cmd, const char *param, unsigned flags, AGENT_RESULT *result);
@@ -217,21 +208,7 @@ int VM_MEMORY_SIZE(const char *cmd, const char *param, unsigned flags, AGENT
int NET_IF_COLLISIONS(const char *cmd, const char *param, unsigned flags, AGENT_RESULT *result);
int SYSTEM_CPU_SWITCHES(const char *cmd, const char *param, unsigned flags, AGENT_RESULT *result);
int SYSTEM_CPU_INTR(const char *cmd, const char *param, unsigned flags, AGENT_RESULT *result);
-//int TCP_LISTEN(const char *cmd, const char *param, unsigned flags, AGENT_RESULT *result);
int NET_TCP_LISTEN(const char *cmd, const char *param, unsigned flags, AGENT_RESULT *result);
-//int CHECK_SERVICE(const char *cmd, const char *param, unsigned flags, AGENT_RESULT *result);
-//int CHECK_SERVICE_PERF(const char *cmd, const char *param, unsigned flags, AGENT_RESULT *result);
-//int CHECK_PORT(const char *cmd, const char *param, unsigned flags, AGENT_RESULT *result);
-//int CHECK_DNS(const char *cmd, const char *param, unsigned flags, AGENT_RESULT *result);
-//int RUN_COMMAND(const char *cmd, const char *param, unsigned flags, AGENT_RESULT *result);
-
-/* internal system functions */
-//int EXECUTE_INT(const char *cmd, const char *param, unsigned flags, AGENT_RESULT *result);
-//int EXECUTE_STR(const char *cmd, const char *param, unsigned flags, AGENT_RESULT *result);
-
-//int WEB_PAGE_GET(const char *cmd, const char *param, unsigned flags, AGENT_RESULT *result);
-//int WEB_PAGE_PERF(const char *cmd, const char *param, unsigned flags, AGENT_RESULT *result);
-//int WEB_PAGE_REGEXP(const char *cmd, const char *param, unsigned flags, AGENT_RESULT *result);
#if defined(_WINDOWS)
int PERF_MONITOR(const char *cmd, const char *param, unsigned flags, AGENT_RESULT *result);