All checks were successful
continuous-integration/drone/push Build is passing
34 lines
1017 B
YAML
34 lines
1017 B
YAML
settings:
|
|
log_level: "info"
|
|
log_output: "text"
|
|
database_driver: "sqlite"
|
|
database_url: "/var/lib/vctp/db.sqlite3"
|
|
reports_dir: /var/lib/vctp/reports
|
|
bind_ip:
|
|
bind_port: 9443
|
|
bind_disable_tls: false
|
|
tls_cert_filename: "/etc/dtms/vctp.crt"
|
|
tls_key_filename: "/etc/dtms/vctp.key"
|
|
vcenter_username: ""
|
|
vcenter_password: ""
|
|
vcenter_insecure: false
|
|
vcenter_event_polling_seconds: 60
|
|
vcenter_inventory_polling_seconds: 7200
|
|
vcenter_inventory_snapshot_seconds: 3600
|
|
vcenter_inventory_aggregate_seconds: 86400
|
|
hourly_snapshot_concurrency: 0
|
|
hourly_snapshot_max_age_days: 60
|
|
daily_snapshot_max_age_months: 12
|
|
snapshot_cleanup_cron: "30 2 * * *"
|
|
hourly_snapshot_retry_seconds: 300
|
|
hourly_snapshot_max_retries: 3
|
|
hourly_job_timeout_seconds: 1200
|
|
hourly_snapshot_timeout_seconds: 600
|
|
daily_job_timeout_seconds: 900
|
|
monthly_job_timeout_seconds: 1200
|
|
cleanup_job_timeout_seconds: 600
|
|
tenants_to_filter:
|
|
node_charge_clusters:
|
|
srm_activeactive_vms:
|
|
vcenter_addresses:
|