Sign inSign up

bprodoehl/uchiwa

By bprodoehl

Updated almost 11 years ago

A simple dashboard for Sensu, that supports configuration through environment variables.

Image
0

1.6K

bprodoehl/uchiwa repository overview

docker-uchiwa

Configuration

Configuration works two ways: provide a config.json file at /config/config.json, or use the following environment variables:

  • SENSU_NAME
  • SENSU_HOST
  • SENSU_API_PORT
  • SENSU_API_USER
  • SENSU_API_PASSWORD
  • SENSU_SSL - set to 1 or true to use SSL
  • SENSU_INSECURE - set to 1 or true to allow self-signed certs
  • AMQP_VHOST
  • SENSU_TIMEOUT
  • UCHIWA_USER
  • UCHIWA_PASSWORD
  • UCHIWA_PORT
Getting Started
docker run -d --name uchiwa \
           --hostname uchiwa \
           -p 80:80 \
           --env SENSU_NAME="Main Server" \
           --env SENSU_HOST="sensu-server.mydomain.com" \
           --env SENSU_API_PORT=443 \
           --env SENSU_API_PATH="" \
           --env SENSU_SSL=true \
           --env SENSU_INSECURE=true \
           --env SENSU_TIMEOUT=5 \
           --env UCHIWA_USER=myadminuser \
           --env UCHIWA_PASSWORD=mysecretpassword \
           --env UCHIWA_PORT=80 \
           bprodoehl/uchiwa

Tag summary

Content type

Image

Digest

sha256:425f296ae

Size

280 MB

Last updated

almost 11 years ago

docker pull bprodoehl/uchiwa