diff options
| author | hugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2005-09-29 15:21:20 +0000 |
|---|---|---|
| committer | hugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2005-09-29 15:21:20 +0000 |
| commit | aa78f2b7b5db7e99db5713031b769da2e9ef673f (patch) | |
| tree | cb8ba86811395f5c862cf78f05ff24fe769de19a /src/libs/zbxsysinfo/sysinfo.c | |
| parent | 5e63748e28881095925f8183e2baccdf788b12e6 (diff) | |
| download | zabbix-aa78f2b7b5db7e99db5713031b769da2e9ef673f.tar.gz zabbix-aa78f2b7b5db7e99db5713031b769da2e9ef673f.tar.xz zabbix-aa78f2b7b5db7e99db5713031b769da2e9ef673f.zip | |
Minor changes.
git-svn-id: svn://svn.zabbix.com/trunk@2084 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'src/libs/zbxsysinfo/sysinfo.c')
| -rw-r--r-- | src/libs/zbxsysinfo/sysinfo.c | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/libs/zbxsysinfo/sysinfo.c b/src/libs/zbxsysinfo/sysinfo.c index 07e61010..042f1330 100644 --- a/src/libs/zbxsysinfo/sysinfo.c +++ b/src/libs/zbxsysinfo/sysinfo.c @@ -234,12 +234,14 @@ COMMAND agent_commands[]= {"vfs.fs.inode.total[*]",VFS_FS_INODE_TOTAL, 0, "/"}, {"vfs.fs.inode.pfree[*]",VFS_FS_INODE_PFREE, 0, "/"}, - {"vfs.file.atime[*]" ,VFS_FILE_ATIME, 0, "/etc/passwd"}, - {"vfs.file.cksum[*]" ,VFS_FILE_CKSUM, 0, "/etc/services"}, - {"vfs.file.ctime[*]" ,VFS_FILE_CTIME, 0, "/etc/passwd"}, + {"vfs.file.atime[*]" ,VFS_FILE_ATIME, 0, "/etc/passwd"}, + {"vfs.file.cksum[*]" ,VFS_FILE_CKSUM, 0, "/etc/services"}, + {"vfs.file.ctime[*]" ,VFS_FILE_CTIME, 0, "/etc/passwd"}, {"vfs.file.exists[*]" ,VFS_FILE_EXISTS, 0, "/etc/passwd"}, {"vfs.file.md5sum[*]" ,0, VFS_FILE_MD5SUM, "/etc/services"}, {"vfs.file.mtime[*]" ,VFS_FILE_MTIME, 0, "/etc/passwd"}, + {"vfs.file.regexp[*]" ,0, VFS_FILE_REGEXP, "/etc/passwd,root"}, + {"vfs.file.regmatch[*]" ,VFS_FILE_REGMATCH, 0, "/etc/passwd,root"}, {"vfs.file.size[*]" ,VFS_FILE_SIZE, 0, "/etc/passwd"}, {"system.cpu.idle1" ,SYSTEM_CPU_IDLE1, 0, 0}, |
