FEATURE: Added JSON output for the script and the template which will use it for Discovery the tables partitions

This commit is contained in:
2025-12-16 15:32:09 +01:00
parent 0a66a800b5
commit 064b0ab6ca
7 changed files with 199 additions and 605 deletions

View File

@@ -7,15 +7,19 @@ database:
db: zabbix
# Port mapping in docker-compose is 33060
port: 33060
partitions:
# daily: Partitions created daily
daily:
- history: 7d
- history_uint: 7d
- history_str: 7d
- history_log: 7d
- history_text: 7d
- history_bin: 7d
# weekly: Partitions created weekly
weekly:
- history_log: 7d
# monthly: Partitions created monthly
monthly:
- trends: 365d
- trends_uint: 365d