03d1d4630f
Meridian + LiteLLM both run as systemd services on this LXC (no docker) so the Docker-container Alloy pattern from other repos doesn't apply. Apt-install grafana/alloy via apt.grafana.com, journald-only scrape, ships to Loki on observe.lan.balders.ca. Side benefit: Meridian.service + LiteLLM.service logs (including the gpt-* alias shadowing requests from paperless-ai) now searchable in Loki, not just journalctl on the LXC.
7 lines
97 B
YAML
7 lines
97 B
YAML
---
|
|
- name: restart alloy
|
|
systemd:
|
|
name: alloy
|
|
state: restarted
|
|
daemon_reload: yes
|