7 releases
Uses new Rust 2024
new 0.1.0 | May 8, 2025 |
---|---|
0.0.6 | May 4, 2025 |
0.0.5 | Apr 23, 2025 |
#15 in #agent
575 downloads per month
54KB
1.5K
SLoC
CloudRay Agent
Agent for CloudRay, a server management & monitoring service. Learn more at https://cloudray.io.
This agent runs on your server, collects metrics, manages tasks, and communicates with the CloudRay platform.
Installation
curl -sSfL https://cloudray.io/install.sh | bash
# Run the cloudray-agent in the background.
# You can find the value of REG_CODE in your CloudRay project at https://cloudray.io
sudo cloudray-agent -d --reg-code <REG_CODE>
Building for Development
- Install Rust from https://www.rust-lang.org/tools/install
- Clone the repository:
git clone https://github.com/cloudray-io/cloudray-agent.git cd cloudray-agent
- Build the agent:
cargo build
- Run the agent:
RUST_LOG=debug cargo run -- --reg-code <REG_CODE>
Dependencies
~17–34MB
~500K SLoC