diff options
| author | osmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2005-12-05 12:19:03 +0000 |
|---|---|---|
| committer | osmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2005-12-05 12:19:03 +0000 |
| commit | cfc9c55a936e4340ededa05de22c7918ee5777a9 (patch) | |
| tree | 813048c02cf6b0ddc86c5d903652aa90bf8a11f2 /src/libs/zbxsysinfo/openbsd | |
| parent | bf285e4a15e9ea845eaf66c3cb9f389057c7ccee (diff) | |
| download | zabbix-cfc9c55a936e4340ededa05de22c7918ee5777a9.tar.gz zabbix-cfc9c55a936e4340ededa05de22c7918ee5777a9.tar.xz zabbix-cfc9c55a936e4340ededa05de22c7918ee5777a9.zip | |
- improved support vfs.file.time[filename,<access|modify|change>] (Eugene)
git-svn-id: svn://svn.zabbix.com/trunk@2395 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'src/libs/zbxsysinfo/openbsd')
| -rw-r--r-- | src/libs/zbxsysinfo/openbsd/openbsd.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/libs/zbxsysinfo/openbsd/openbsd.c b/src/libs/zbxsysinfo/openbsd/openbsd.c index 6f39793e..2196965b 100644 --- a/src/libs/zbxsysinfo/openbsd/openbsd.c +++ b/src/libs/zbxsysinfo/openbsd/openbsd.c @@ -217,12 +217,10 @@ ZBX_METRIC parameters_specific[]= {"kernel.maxfiles", 0, KERNEL_MAXFILES, 0, 0}, {"kernel.maxproc", 0, KERNEL_MAXPROC, 0, 0}, - {"vfs.file.atime", CF_USEUPARAM, VFS_FILE_ATIME, 0, "/etc/passwd"}, + {"vfs.file.time", CF_USEUPARAM, VFS_FILE_TIME, 0, "/etc/passwd,modify"}, {"vfs.file.cksum", CF_USEUPARAM, VFS_FILE_CKSUM, 0, "/etc/services"}, - {"vfs.file.ctime", CF_USEUPARAM, VFS_FILE_CTIME, 0, "/etc/passwd"}, {"vfs.file.exists", CF_USEUPARAM, VFS_FILE_EXISTS, 0, "/etc/passwd"}, {"vfs.file.md5sum", CF_USEUPARAM, VFS_FILE_MD5SUM, 0, "/etc/services"}, - {"vfs.file.mtime", CF_USEUPARAM, VFS_FILE_MTIME, 0, "/etc/passwd"}, {"vfs.file.regexp", CF_USEUPARAM, VFS_FILE_REGEXP, 0, "/etc/passwd,root"}, {"vfs.file.regmatch", CF_USEUPARAM, VFS_FILE_REGMATCH, 0, "/etc/passwd,root"}, {"vfs.file.size", CF_USEUPARAM, VFS_FILE_SIZE, 0, "/etc/passwd"}, |
