node_exporter (new service): - Add services/node_exporter/docker-compose.yml matching solaria deployment (network_mode: host, pid: host, /:/host:ro,rslave mount) - Add services/node_exporter/service.yaml zigbee2mqtt chelsty-infra override: - Fix network_mode: host (mosquitto runs on host network, port 1883 on localhost) - Fix volume mount: ./configuration.yaml → absolute /opt/homelab/config/zigbee2mqtt/ (secrets stay in runtime config dir, never in Git) - Remove MQTT_USER/MQTT_PASSWORD (mosquitto uses allow_anonymous true) - Extend healthcheck start_period to 60s (z2m takes time on first start) chelsty-ha/services.yaml: - Remove node-agent entry entirely (never deployed, no plans to bootstrap now) - Keep homeassistant with monitor: false (no node-agent = no health events) supervisor: respect monitor: false in services.yaml - Skip action generation for services where monitor=false - Cleans up chelsty-ha entries from action queue without removing desired-state docs Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
13 lines
448 B
YAML
13 lines
448 B
YAML
host: chelsty-ha
|
|
site: chelsty
|
|
|
|
services:
|
|
homeassistant:
|
|
role: home-automation-controller
|
|
offline_required: true
|
|
# monitor: false — chelsty-ha has no node-agent deployed, so there are no
|
|
# container-health events for the observer to track. HA is monitored
|
|
# indirectly via the chelsty-infra MQTT broker (if MQTT goes silent, HA
|
|
# is likely down). Re-enable once node-agent is bootstrapped on this VM.
|
|
monitor: false
|