Files
NetAlertX/server/plugins
Mauricio Camayo 6a26804a5e Address CodeRabbit review: request timeout budget, shape validation, ambiguous devName, README fix
- DockerHost now takes a shared run deadline instead of a per-request
  timeout duration - every _get() call is capped by whatever's left of
  that budget (and REQUEST_TIMEOUT_DEFAULT as an upper bound), so one
  slow/hanging host can't burn the whole RUN_TIMEOUT and starve every
  other configured host. config.json's hosts param now also sets
  timeoutMultiplier, scaling the outer kill-timeout by host count.
- _get() validates the parsed response's shape (dict for /info, list for
  /containers/json and /networks) before returning it, rejecting a
  malformed/unexpected payload the same as a network failure instead of
  letting a caller crash on it further down.
- resolve_host_mac()'s hostname match now detects more than one device
  sharing that name and treats it as ambiguous (falls back to manual),
  instead of silently picking an arbitrary one via LIMIT 1.
- README: the Socket Proxy is only reachable at 127.0.0.1:2375 under the
  network_mode: host case described above it, not under normal compose
  networking - fixed the doc to not imply either URL works there.
2026-09-14 10:01:40 -05:00
..
2026-09-02 07:58:31 +10:00
2026-09-07 09:44:37 +10:00
2026-09-07 09:30:55 +10:00
2026-09-10 09:49:40 +10:00
2026-09-10 09:49:40 +10:00
2026-09-10 09:49:40 +10:00
2026-09-10 09:49:40 +10:00
2026-09-07 08:24:53 +10:00
2026-09-07 09:44:37 +10:00
2026-09-10 09:49:40 +10:00
2026-09-10 22:11:46 +10:00
2026-08-31 10:01:09 +10:00