1 unstable release

Uses old Rust 2015

0.0.1 Apr 23, 2015

#182 in #cosmos

Apache-2.0

17KB
396 lines

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

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-beta)
$ 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

Dependencies

~3.5–5MB
~101K SLoC