secubox-openwrt/package/secubox/secubox-core/root/usr
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
..
bin fix(portal): Add helper script for reliable service enumeration 2026-02-01 06:11:10 +01:00
lib/secubox feat(core): Add 3-tier stats persistence and LuCI tree navigation 2026-02-11 11:23:27 +01:00
libexec/rpcd feat(dashboard): Add LAN, BR-WAN, and public IPs to network panel 2026-02-12 06:17:27 +01:00
sbin fix(led-pulse): Check HAProxy on host instead of LXC container 2026-02-24 07:03:57 +01:00
share/secubox feat(domoticz): Rewrite from Docker to LXC Debian container 2026-02-04 22:05:39 +01:00