Tactical RMM Agent
Go to file
2022-04-22 11:34:54 -07:00
.vscode v2.0.0 2022-03-19 11:55:43 -07:00
agent add '--no-progress' to the choco install args to reduce log output 2022-04-16 21:47:44 -04:00
build Release 2.0.3 2022-04-22 11:34:54 -07:00
shared passing AgentID when sending check results 2022-03-26 22:46:34 -04:00
.gitignore v2.0.0 2022-03-19 11:55:43 -07:00
go.mod update nats 2022-04-21 14:03:01 -07:00
go.sum update nats 2022-04-21 14:03:01 -07:00
LICENSE.md v2.0.0 2022-03-19 11:55:43 -07:00
main.go Release 2.0.3 2022-04-22 11:34:54 -07:00
README.md v2.0.0 2022-03-19 11:55:43 -07:00
versioninfo.json Release 2.0.3 2022-04-22 11:34:54 -07:00

Tactical RMM Agent

https://github.com/amidaware/tacticalrmm

building the agent

env CGO_ENABLED=0 GOOS=<GOOS> GOARCH=<GOARCH> go build -ldflags "-s -w"