mirror of
https://github.com/unpoller/unpoller.git
synced 2026-03-31 06:24:19 -04:00
* fix(inputunifi): gracefully handle 404s from remote API event endpoints The UniFi remote API (api.ui.com) does not support legacy event endpoints such as /stat/event, causing repeated [ERROR] log lines for users who have save_events = true with a remote controller. When a remote controller returns an invalid HTTP status code (e.g. 404), log a warning and continue to the next event collector instead of propagating the error. This keeps metrics collection working and stops the noisy error loop. Fixes #966 Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com> * fix(inputunifi): log unsupported remote API event endpoints at Info not Error Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com> --------- Co-authored-by: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>