feat(agent): slipstream reporter — join, push, auto-reconnect

This commit is contained in:
Carsten 2026-04-21 22:08:57 +02:00
parent ce828084c8
commit 3ae38f95a9
2 changed files with 75 additions and 2 deletions

View file

@ -47,8 +47,6 @@ defmodule ProxmoxAgent.Collectors.Host do
{fun.(), nil}
rescue
e -> {fallback, {tag, Exception.message(e)}}
catch
:error, reason -> {fallback, {tag, reason}}
end
end