https://github.com/sangahco/docker-sensu
Server and Client for monitoring Docker containers
https://github.com/sangahco/docker-sensu
docker docker-compose sensu
Last synced: about 2 months ago
JSON representation
Server and Client for monitoring Docker containers
- Host: GitHub
- URL: https://github.com/sangahco/docker-sensu
- Owner: sangahco
- Created: 2017-10-18T02:36:38.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-01-13T05:00:00.000Z (over 4 years ago)
- Last Synced: 2025-11-19T00:03:43.286Z (8 months ago)
- Topics: docker, docker-compose, sensu
- Language: Shell
- Size: 35.2 KB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](http://hits.dwyl.io/sangahco/sangahco/docker-sensu)
[]()
# Server and Client for monitoring Docker containers
Docker images ready to run for Sensu server and client service.
The client has already a couple of plugins installed for monitoring docker containers, disk space and other few things.
## Requirements
First make sure *Docker* and *Docker Compose* are installed on the machine with:
$ docker -v
$ docker-compose -v
If they are missing, follow the instructions on the official website (they are not hard really...):
- [Docker CE Install How-to](https://docs.docker.com/engine/installation/)
- [Docker Compose Install How-to](https://docs.docker.com/compose/install/)
## How to Use
**Use the script `docker-auto.sh` to manage these services!**
$ ./docker-auto.sh --help
## Settings Up the Environment
The following settings are available:
| Variable | Description | Default |
|----------------|-------------------------------------------------------------------------|---------|
| SENSU_HOST | The Sensu server host | |
| SENSU_USER | The username to access RabbitMQ | |
| SENSU_PASSWORD | The password to access RabbitMQ | |
| CLIENT_NAME | The client name that will show up in uchiwa UI | |
| CLIENT_IP | The client IP that will be used by Sensu server to talk with the client | |
(\*) *table generated with [tablesgenerator](http://www.tablesgenerator.com/markdown_tables)*