secubox-openwrt/package/secubox/secubox-core/root
CyberMind-FR 8a51a3e655 fix(led-pulse): Check HAProxy on host instead of LXC container
HAProxy runs on the host, not in an LXC container. The LED pulse
script was incorrectly checking `lxc-attach -n haproxy -- pgrep haproxy`
which always failed, causing constant SPUNK ALERT red LED flashing.

Changed to check host process directly with `pgrep haproxy`.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-24 07:03:57 +01:00
..
etc feat(core): Add 3-tier stats persistence and LuCI tree navigation 2026-02-11 11:23:27 +01:00
usr fix(led-pulse): Check HAProxy on host instead of LXC container 2026-02-24 07:03:57 +01:00
var/lib/secubox
www/api feat(secubox-core): Add P2P mesh API endpoints for console discovery 2026-01-31 05:40:03 +01:00