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:
authorAleksejs Sestakovs <aleksejs.sestakovs@zabbix.com>2021-07-14 10:34:58 +0300
committerAleksejs Sestakovs <aleksejs.sestakovs@zabbix.com>2021-07-14 10:34:58 +0300
commitff0282bd2302a665d0d44c19a98ec096ddebfb8f (patch)
tree6d8209e297dff3e6ed3f22feb55e23588de82d83 /include/sysinfo.h
parentdb65bcf7e0fa18bb754911789d5f78ced44cdfb7 (diff)
...G...... [ZBXNEXT-6688,ZBXNEXT-6704,ZBXNEXT-2112] added vfs.file.get and updated vfs.file.cksum items for Agent
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
index 958be7daf8d..d908ba04ca8 100644
--- a/include/sysinfo.h
+++ b/include/sysinfo.h
@@ -360,6 +360,20 @@ zbx_mpoint_t;
#define ZBX_SYSINFO_TAG_PFREE "pfree"
#define ZBX_SYSINFO_TAG_PUSED "pused"
+#define ZBX_SYSINFO_FILE_TAG_TYPE "type"
+#define ZBX_SYSINFO_FILE_TAG_USER "user"
+#define ZBX_SYSINFO_FILE_TAG_GROUP "group"
+#define ZBX_SYSINFO_FILE_TAG_PERMISSIONS "permissions"
+#define ZBX_SYSINFO_FILE_TAG_SID "SID"
+#define ZBX_SYSINFO_FILE_TAG_UID "uid"
+#define ZBX_SYSINFO_FILE_TAG_GID "gid"
+#define ZBX_SYSINFO_FILE_TAG_SIZE "size"
+#define ZBX_SYSINFO_FILE_TAG_TIME "time"
+#define ZBX_SYSINFO_FILE_TAG_TIMESTAMP "timestamp"
+#define ZBX_SYSINFO_FILE_TAG_TIME_ACCESS "access"
+#define ZBX_SYSINFO_FILE_TAG_TIME_MODIFY "modify"
+#define ZBX_SYSINFO_FILE_TAG_TIME_CHANGE "change"
+
int zbx_execute_threaded_metric(zbx_metric_func_t metric_func, AGENT_REQUEST *request, AGENT_RESULT *result);
void zbx_mpoints_free(zbx_mpoint_t *mpoint);