Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 1.37 KB

README.md

File metadata and controls

37 lines (22 loc) · 1.37 KB

Curiosity

Build Status

Curiosity is a container monitoring agent. It runs on each host you want to monitor. It collects metrics of all containers including itself. You can aggregate metrics from several hosts and get a modern dashboard with Cosmos.

Quick start

You can simply run Curiosity.

$ docker run -d -v /var/run/docker.sock:/var/run/docker.sock -e COSMOS_HOST=cosmos.io --name curiosity cosmosio/curiosity:nightly

Requirements

  • Docker (>= v1.5.0)

Debug

Documentation is available here.

Rust

It is built with Rust that runs blazing fast, prevents almost all crashes, and eliminates data races. It is recommend to use a Rust container when you debug. Of course, you can directly install Rust on your machine. If you do, please follow the instruction.

  • Rust (>= v1.0.0)
$ docker run --rm -it -v $(pwd):/source -v /var/run/docker.sock:/var/run/docker.sock -e COSMOS_HOST=cosmos.io cosmosio/rust

Run

$ docker run --rm --name curiosity -v /var/run/docker.sock:/var/run/docker.sock -e COSMOS_HOST=cosmos.io cosmosio/curiosity:nightly