Sign inSign up

qapps/sensu-server

By qapps

Updated almost 11 years ago

Image
1

1.0K

qapps/sensu-server repository overview

Sensu Server

The Sensu server is responsible for orchestrating check executions, the processing of check results, and event handling.

Depends on: RabbitMQ, Redis, Elasticsearch

Installation

  1. Install Docker

  2. Download automated build from public Docker Hub Registry: docker pull qapps/sensu-server (alternatively, you can build an image from Dockerfile: docker build -t="qapps/sensu-server" github.com/qualiapps/sensu-server)

Running

docker run -d -p 3000:3000 -p 4567:4567 -v /etc/localtime:/etc/localtime:ro --link rabbitmq:rmq --link elasticsearch:es --link redis:redis --name sensuServer qapps/sensu-server

where:

rabbitmq - your rabbit container name

elasticsearch - your elasticsearch container name

redis - the redis container name

How to access via browser

Uchiwa - is a simple dashboard for the Sensu monitoring framework

http://your-server:3000/

Enviroments for notification

M_GUI - path to the admin area

M_FROM - mail from

M_TO - mail to

SMTP_ADDR - smpt address

SMTP_PORT - smtp port

Tag summary

Content type

Image

Digest

sha256:e94df2f04

Size

194.4 MB

Last updated

almost 11 years ago

docker pull qapps/sensu-server