Sign inSign up

digit/docker-uchiwa

By digit

•Updated almost 11 years ago

Image
0

990

digit/docker-uchiwa repository overview

⁠Docker-Uchiwa

⁠https://github.com/DreamItGetIT/docker-uchiwa⁠

This image runs the latest Uchiwa⁠ on Ubunty Trusty (14.04)

Currently Runs: Uchiwa 0.12.0

⁠Running the image
docker run -d -p 3000:3000 digit/docker-uchiwa
⁠Uchiwa Config

The structure of the JSON needs to be as follows:

{
  "sensu": [
    {
      "name": "test",
      "host": "test.com",
      "port": 4567
    }
  ],
  "uchiwa": {
    "host": "0.0.0.0",
    "port": 3000,
    "refresh": 5
  }
}

You can pass a list of servers to it

⁠Uchiwa JSON Configuration

By default, Uchiwa uses the following data structure:

{
  "uchiwa": {
    "host": "0.0.0.0",
    "port": 3000,
    "refresh": 5
  }
}

Tag summary

Content type

Image

Digest

sha256:7707d9bb1…

Size

91.7 MB

Last updated

almost 11 years ago

docker pull digit/docker-uchiwa