Teddy - The smart Bear's agent
Deployable on Linux, Mac and even Windows, Teddy is a small deamon application able to execute a command, upload and download data on a machine. All operations are done via REST calls.
- low memory consumption
- compatible with Linux, Mac and Windows
- self-content
Build with cargo build
Run with cargo run. Application is exposed on :3000 Port.
Prometheus metrics are exposed on :9000/metrics
Configuration can be overwritten in config.json:
{
"Host": "0.0.0.0",
"Port": "7000",
"User": "teddybear",
"Password": "ilovehoney"
}
Test with cargo test
