- Go Agent (FreeBSD/amd64) fuer OPNsense - Go Backend (Linux/amd64) mit REST API + SQLite - Collector: Hardware, CPU, Memory, Disks, Network, Services, WireGuard, DHCP (KEA/ISC/dnsmasq), Routes, Gateways, Certificates, Plugins, Updates - Persistente Agent-ID - TLS + API-Key Auth - WebSocket-Infrastruktur (WIP): bidirektionaler Command-Kanal, TCP-Tunnel fuer Remote-Zugriff auf Firewall-WebUI - Lastenheft und README
8 lines
133 B
Modula-2
8 lines
133 B
Modula-2
module github.com/cynfo/rmm-agent
|
|
|
|
go 1.22
|
|
|
|
require gopkg.in/yaml.v3 v3.0.1
|
|
|
|
require github.com/gorilla/websocket v1.5.3 // indirect
|