Skip to content

serprex/curiosity

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Curiosity is a monitoring container.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 96.8%
  • Shell 2.0%
  • Makefile 1.2%