A simple dashboard for Sensu, that supports configuration through environment variables.
1.6K
Configuration works two ways: provide a config.json file at /config/config.json, or use the following environment variables:
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
Content type
Image
Digest
sha256:425f296ae…
Size
280 MB
Last updated
almost 11 years ago
docker pull bprodoehl/uchiwa