Change: 0.6.0 - SSL, housekeeper cleanup, short flags, various improvemets. Check changelog.

This commit is contained in:
2025-12-20 22:18:00 +01:00
parent d2de7f8b02
commit 094debc46c
4 changed files with 242 additions and 108 deletions

View File

@@ -11,6 +11,11 @@ database:
user: zbx_part
passwd: <password>
db: zabbix
# ssl: required # Use system CAs (Mandatory for Azure/AWS/GCP)
# ssl: # Or use custom certificates
# ca: /etc/ssl/certs/ca-cert.pem
# cert: /etc/ssl/certs/client-cert.pem
# key: /etc/ssl/certs/client-key.pem
# partitions: Define retention periods for tables.
# Format: table_name: duration (e.g., 14d, 12w, 1m, 1y)