CHANGE: Added auto-tests with Docker.
This commit is contained in:
25
zabbix-tests/partitioning/test_config.yaml
Normal file
25
zabbix-tests/partitioning/test_config.yaml
Normal file
@@ -0,0 +1,25 @@
|
||||
database:
|
||||
type: mysql
|
||||
host: 127.0.0.1
|
||||
socket:
|
||||
user: root
|
||||
passwd: root_password
|
||||
db: zabbix
|
||||
# Port mapping in docker-compose is 33060
|
||||
port: 33060
|
||||
|
||||
partitions:
|
||||
daily:
|
||||
- history: 7d
|
||||
- history_uint: 7d
|
||||
- history_str: 7d
|
||||
- history_log: 7d
|
||||
- history_text: 7d
|
||||
- history_bin: 7d
|
||||
- trends: 365d
|
||||
- trends_uint: 365d
|
||||
|
||||
logging: console
|
||||
premake: 2
|
||||
replicate_sql: False
|
||||
initial_partitioning_start: retention
|
||||
Reference in New Issue
Block a user