Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/noqcks/docker-sensu-server

A docker-compose build for sensu-server and related components
https://github.com/noqcks/docker-sensu-server

Last synced: 21 days ago
JSON representation

A docker-compose build for sensu-server and related components

Awesome Lists containing this project

README

        

# docker-sensu-server

Sensu server and other things on Ubuntu in Docker.

Docker compose will bring up 3 containers:

1. **rabbitmq**: This is used as a transport for sensu. Sensu checks and results are published here.

2. **redis**: This is used as a data store for things such as client registry and check results.

3. **sensu**: This container will contain processes related to sensu (uchiwa, sensu-api, sensu-server).

## Installation

```
git clone [email protected]:noqcks/docker-sensu-server.git
```

## Run

```
cd docker-sensu-server
docker-compose up -d
```

## Access

### uchiwa

* `http://your-server:3000/`

The default user/pass are admin:changeme. It is _highly recommended_ that you change this password in `files/uchiwa.json`

### sensu API

* `http://your-server:4567/`

The default user/pass are admin:badpass. It is _highly recommended_ that you change this password in `files/uchiwa.json` and `files/config.json`

## License

MIT