summaryrefslogtreecommitdiffstats
path: root/include/sysinfo.h
diff options
context:
space:
mode:
authorhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2001-03-28 06:45:24 +0000
committerhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2001-03-28 06:45:24 +0000
commit022c314f462ac48871a993b5f6282443953cfd24 (patch)
treecd0aac8efb9596281278d0a14d963950ab59c763 /include/sysinfo.h
parentf8d8ef1358a8e40b920aeae8141567c5ce5e5238 (diff)
downloadzabbix-022c314f462ac48871a993b5f6282443953cfd24.tar.gz
zabbix-022c314f462ac48871a993b5f6282443953cfd24.tar.xz
zabbix-022c314f462ac48871a993b5f6282443953cfd24.zip
Initial revision
git-svn-id: svn://svn.zabbix.com/trunk@2 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'include/sysinfo.h')
-rw-r--r--include/sysinfo.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/include/sysinfo.h b/include/sysinfo.h
new file mode 100644
index 00000000..e677e9e4
--- /dev/null
+++ b/include/sysinfo.h
@@ -0,0 +1,14 @@
+#ifndef MON_SYSINFO_H
+#define MON_SYSINFO_H
+
+float INODE(const char * mountPoint);
+float DF(const char * mountPoint);
+float getPROC(char *file,int lineno,int fieldno);
+float FREEMEM(void);
+float PROCLOAD(void);
+float PROCLOAD5(void);
+float PROCLOAD15(void);
+float SWAPFREE(void);
+float EXECUTE(char *command);
+
+#endif