Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/noqcks/docker-sensu-server
- Owner: noqcks
- License: mit
- Created: 2016-09-16T20:12:28.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-09-16T21:18:16.000Z (over 8 years ago)
- Last Synced: 2024-10-05T12:41:43.912Z (3 months ago)
- Size: 2.93 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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