[ci skip] more codex 5.3 improvements

This commit is contained in:
2026-02-06 15:17:38 +11:00
parent dc96431f06
commit dfbaacb6f3
16 changed files with 297 additions and 75 deletions

View File

@@ -1,3 +1,9 @@
CPE_OPTS='-settings /etc/dtms/vctp.yml'
MONTHLY_AGG_GO=0
DAILY_AGG_GO=0
DAILY_AGG_GO=0
# Optional explicit encryption key source (recommended for stable credential decryption across host changes):
# VCTP_ENCRYPTION_KEY=''
# PostgreSQL is experimental and disabled by default:
# VCTP_ENABLE_EXPERIMENTAL_POSTGRES=0
# Deprecated API endpoints are disabled by default:
# VCTP_ENABLE_LEGACY_API=0

View File

@@ -12,8 +12,10 @@ settings:
vcenter_username: ""
vcenter_password: ""
vcenter_insecure: false
vcenter_event_polling_seconds: 60
vcenter_inventory_polling_seconds: 7200
# Deprecated (ignored): legacy event poller
vcenter_event_polling_seconds: 0
# Deprecated (ignored): legacy inventory poller
vcenter_inventory_polling_seconds: 0
vcenter_inventory_snapshot_seconds: 3600
vcenter_inventory_aggregate_seconds: 86400
hourly_snapshot_concurrency: 0