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:
authorArtjoms Rimdjonoks <artjoms.rimdjonoks@zabbix.com>2021-07-07 16:57:41 +0300
committerArtjoms Rimdjonoks <artjoms.rimdjonoks@zabbix.com>2021-07-07 16:57:41 +0300
commitb478d69c27886de99ca5a6b36aa294c62714670b (patch)
treeb230b03729ea7afeb32a2d336e9dee20d2d4d839 /include/dbcache.h
parent6c276d866d3f96689609d70c5893cfff8cac7cd6 (diff)
........S. [ZBXNEXT-6470,ZBXNEXT-6715] added switch to server and DB
Diffstat (limited to 'include/dbcache.h')
-rw-r--r--include/dbcache.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/dbcache.h b/include/dbcache.h
index c7bcc8f5766..fdffeabefff 100644
--- a/include/dbcache.h
+++ b/include/dbcache.h
@@ -366,7 +366,7 @@ typedef struct
unsigned char snmptrap_logging;
unsigned char autoreg_tls_accept;
char *default_timezone;
-
+ int audit_logging_enabled;
/* database configuration data for ZBX_CONFIG_DB_EXTENSION_* extensions */
zbx_config_db_t db;
@@ -383,6 +383,7 @@ zbx_config_t;
#define ZBX_CONFIG_FLAGS_DB_EXTENSION __UINT64_C(0x0000000000000040)
#define ZBX_CONFIG_FLAGS_AUTOREG_TLS_ACCEPT __UINT64_C(0x0000000000000080)
#define ZBX_CONFIG_FLAGS_DEFAULT_TIMEZONE __UINT64_C(0x0000000000000100)
+#define ZBX_CONFIG_FLAGS_AUDIT_LOGGING_ENABLED __UINT64_C(0x0000000000000200)
/* possible values for database extensions (if flag ZBX_CONFIG_FLAGS_DB_EXTENSION set) */
#define ZBX_CONFIG_DB_EXTENSION_TIMESCALE "timescaledb"