An open API service indexing awesome lists of open source software.

https://github.com/luoyunpeng/monitor

monitor docker container in multiple host with golang docker engine api
https://github.com/luoyunpeng/monitor

docker docker-engine-api docker-monitoring gin golang gorilla-websocket influxdb

Last synced: about 1 month ago
JSON representation

monitor docker container in multiple host with golang docker engine api

Awesome Lists containing this project

README

          

# docker monitor [![Build Status](https://travis-ci.org/luoyunpeng/monitor.svg?branch=master)](https://travis-ci.org/luoyunpeng/monitor)
This Project is based on golang docker engine api, also refer to some docker command line source code,
####

1, offer rest api for select metrics like container memory, CPU, networkIO blockIO with gin.
####
2, real time log of running container with websocket.

## Build a linux binary

```sh
make
```