proxMon/agent
Carsten bb2a88fb15 fix(agent): bump Dockerfile Zig to 0.15.2 for burrito 1.3
Burrito 1.3 now requires Zig 0.15.2 (build fails with 'Your Zig version
does not match the one Burrito requires! We need 0.15.2, you have: 0.13.0').

Zig also changed its tarball naming around 0.15: the arch now comes
before 'linux' (zig-x86_64-linux-VER.tar.xz instead of
zig-linux-x86_64-VER.tar.xz), so both the download URL and the
post-extract symlink glob had to change.
2026-04-22 09:23:35 +02:00
..
config feat(agent): supervisor boots reporter when config is present 2026-04-21 22:09:29 +02:00
docs docs: deployment overview + LXC server deploy + per-host agent install 2026-04-22 08:42:25 +02:00
lib feat(agent): reporter schedules fast/medium/slow collection with bundled payloads 2026-04-21 22:36:14 +02:00
rel feat(agent): systemd unit + release env.sh for root+journald install 2026-04-22 08:27:02 +02:00
scripts feat(agent): docker-based cross-compile for linux binaries 2026-04-22 08:27:25 +02:00
test feat(agent): system info collector for pveversion/zfs/apt 2026-04-21 22:35:32 +02:00
.formatter.exs feat(agent): otp app scaffold with slipstream + toml deps 2026-04-21 22:05:49 +02:00
.gitignore feat(agent): otp app scaffold with slipstream + toml deps 2026-04-21 22:05:49 +02:00
Dockerfile.build fix(agent): bump Dockerfile Zig to 0.15.2 for burrito 1.3 2026-04-22 09:23:35 +02:00
mix.exs feat(agent): burrito dep + release config for linux_amd64/arm64 + macos 2026-04-22 08:26:47 +02:00
mix.lock feat(agent): burrito dep + release config for linux_amd64/arm64 + macos 2026-04-22 08:26:47 +02:00
README.md feat(agent): otp app scaffold with slipstream + toml deps 2026-04-21 22:05:49 +02:00

ProxmoxAgent

TODO: Add description

Installation

If available in Hex, the package can be installed by adding agent to your list of dependencies in mix.exs:

def deps do
  [
    {:agent, "~> 0.1.0"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/agent.