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

Debug

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.

$ docker run --rm -it -v $(pwd):/source -v /var/run/docker.sock:/var/run/docker.sock -e COSMOS_HOST=cosmos.io cosmosio/rust:1.0.0-beta

Run

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