Sign inSign up

vieux/redmon

By vieux

Updated almost 11 years ago

Simple sinatra based dashboard for redis

Image
17

100K+

vieux/redmon repository overview

Watch your redis server live.


Interact with redis using a familiar cli interface.


Dynamically update your server configuration.


Usage

$ docker run vieux/redmon -h
Usage: /bin/redmon (options)
    -a, --address ADDRESS            The thin bind address for the app (default: 0.0.0.0)
    -n, --namespace NAMESPACE        The root Redis namespace (default: redmon)
    -l, --lifespan MINUTES           Lifespan(in minutes) for polled data (default: 30)
    -i, --interval SECS              Poll interval in secs for the worker (default: 10)
    -p, --port PORT                  The thin bind port for the app (default: 4567)
    -r, --redis URL                  The Redis url for monitor (default: redis://127.0.0.1:6379)
    -s, --secure CREDENTIALS         Use basic auth. Colon separated credentials, eg admin:admin.
        --no-app                     Do not run the web app to present stats
        --no-worker                  Do not run a worker to collect the stats

$ docker run -d --link <redis_container>:redis -p 4567:4567 vieux/redmon -r redis://redis:6379
>> Thin web server (v1.3.1 codename Triple Espresso)
>> Maximum connections set to 1024
>> Listening on 0.0.0.0:4567, CTRL+C to stop
[12-03-10 15:49:40] listening on http#0.0.0.0:4567

Open your browser to 0.0.0.0:4567

Tag summary

Content type

Image

Digest

sha256:d5b7da485

Size

141.6 MB

Last updated

almost 11 years ago

docker pull vieux/redmon