Sign inSign up

qapps/sensu-client

By qapps

Updated over 11 years ago

Image
0

1.1K

qapps/sensu-client repository overview

Sensu Client

The Sensu client runs on all of your systems that you want to monitor.

Depends on: RabbitMQ

Installation

  1. Install Docker

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

Running

docker run -d -P -v /sys/fs/cgroup:/home/cgroup -v /:/home/disk -h $(hostname) -e "NODE_NAME=$(hostname)" -e "NODE_IP=$(hostname -i)" --link rabbitmq:rmq --name sensuClient qapps/sensu-client

rabbitmq - your rabbit container name

Tag summary

Content type

Image

Digest

sha256:579e0cc62

Size

200 MB

Last updated

over 11 years ago

docker pull qapps/sensu-client