Skip to content

DreamItGetIT/docker-uchiwa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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
  }
}

About

Docker uchiwa - based on ubuntu

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages