shotishu / liman

Web application for monitoring docker. Monitor docker inside the docker.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Liman

Build Status Go Report Card

alt text

Web application for monitoring docker. Monitor docker inside the docker. Written with Go.


screenshot

Features

  • Monitoring docker
    • Containers
    • Logs
    • Images
    • Stats
    • Volumes
    • Networks
  • Notifications
  • Restful API

Installation

Download and run the latest binary or ship with Docker.

docker run -it -v /var/run/docker.sock:/var/run/docker.sock salihciftci/liman

Note: the -v /var/run/docker.sock:/var/run/docker.sock option can be used in Linux environments only.

API Usage

Basic usage:

curl -i http://localhost:8080/api/status?key=XXX

More examples and all end points can be found in wiki.

Screenshots
Dashboard Containers Images
Stats Volumes Networks
Logs Notifications Settings

License

MIT

About

Web application for monitoring docker. Monitor docker inside the docker.

License:MIT License


Languages

Language:Go 84.8%Language:CSS 7.5%Language:JavaScript 6.3%Language:Makefile 1.4%