Skip to content

Monitor and automate your Linux and Mac machines with CloudRay

License

Notifications You must be signed in to change notification settings

cloudray-io/cloudray-agent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CloudRay Agent

Licence: MIT Repository

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

  1. Install Rust from https://www.rust-lang.org/tools/install
  2. Clone the repository:
    git clone https://github.com/cloudray-io/cloudray-agent.git
    cd cloudray-agent
  3. Build the agent:
    cargo build
  4. Run the agent:
    RUST_LOG=debug cargo run -- --reg-code <REG_CODE>

About

Monitor and automate your Linux and Mac machines with CloudRay

Resources

License

Stars

Watchers

Forks

Contributors 3

  •  
  •  
  •