Host
Linux host or VM (x86_64 or ARM). Docker or Go toolchain.
Choose a quickstart path. Docker Compose is the fastest for most setups.
docker compose up --build -d
# visit http://localhost:8765
cd cmd/pulseops
go build -o pulseops
./pulseops -config ../../config.sample.yml
snapcraft
sudo snap install pulseops_0.2_*.snap --dangerous --classic
pulseops
Linux host or VM (x86_64 or ARM). Docker or Go toolchain.
Reachable devices via SSH and/or SNMP on the local network.
SMTP credentials for outbound alerting.
API highlights
GET /api/devices
POST /api/devices/import
GET /api/metrics/latest
GET /api/metrics
POST /api/tasks
No. PulseOps is self-hosted so your telemetry stays local.
Yes. SNMP metrics integrate with the same dashboard cards.
Yes. Extend drivers, UI modules, and workflows.