stack-orchestrator/stack_orchestrator/data/config/host-metrics
Prathamesh Musale daf1065534 host-metrics: drop wrong mount_points filter, broaden net interfaces
`mount_points = ["/hostfs"]` filtered for a literal /hostfs mountpoint
that never exists in /proc/mounts: gopsutil with HOST_MOUNT_PREFIX
strips that prefix and reports real host paths (/, /boot, /home).
The filter matched zero, so no `disk` rows were emitted at all.

`interfaces = [..., "wlan*"]` missed modern wireless naming (wlp*,
wlx*). Replace with broader globs (`eth*`, `en*`, `wl*`, `wwan*`,
`bond*`) that match all physical/bonded interfaces while still
excluding docker bridges, veth pairs, lo, and tun/tap.
2026-05-11 12:29:33 +00:00
..
scripts host-metrics: entrypoint + offline tests 2026-05-11 10:50:13 +00:00
telegraf.conf.tpl host-metrics: drop wrong mount_points filter, broaden net interfaces 2026-05-11 12:29:33 +00:00