|
|
|
|
@ -6,7 +6,7 @@
|
|
|
|
|
# Recorder Configuration - database retention and exclusions
|
|
|
|
|
# Stores HA history while purging noise and controlling DB size.
|
|
|
|
|
# -------------------------------------------------------------------
|
|
|
|
|
# Notes: Keeps 180 days (1/2 year); excludes vcloudinfo pings, noisy connectivity telemetry, countdown-style alarm helpers, low-value script/button/scene history, MariaDB snapshot helpers, raw Docker/Proxmox/Glances host telemetry, PoE live power, and other high-churn entities; MariaDB via recorder_db_url.
|
|
|
|
|
# Notes: Keeps 180 days (1/2 year); excludes vcloudinfo pings, noisy connectivity telemetry, countdown-style alarm helpers, low-value script/button/scene history, MariaDB snapshot helpers, raw Docker/Proxmox/Glances host telemetry including dynamic Docker veth sensors, PoE live power, and other high-churn entities; MariaDB via recorder_db_url.
|
|
|
|
|
######################################################################
|
|
|
|
|
db_url: !secret recorder_db_url
|
|
|
|
|
purge_keep_days: 180
|
|
|
|
|
@ -66,6 +66,7 @@ exclude:
|
|
|
|
|
- sensor.*_last_seen*
|
|
|
|
|
- sensor.192_168_10_17_*
|
|
|
|
|
- sensor.docker14_*
|
|
|
|
|
- sensor.docker17_*
|
|
|
|
|
- sensor.docker69_*
|
|
|
|
|
- sensor.alarm_panel_*_free_memory
|
|
|
|
|
- sensor.alarm_panel_*_internal_storage_free_space
|
|
|
|
|
|