A Sensu client that can be configured with environment variables.
1.1K
Configuration works two ways: provide a config.json file at /etc/sensu/config.json, or use the following environment variables:
docker run -d --name sensu-client \
--hostname sensu-client \
--env AMQP_HOST="sensu-server.mydomain.com" \
--env AMQP_PORT=443 \
--env AMQP_USER=myadminuser \
--env AMQP_PASSWORD=mysecretpassword \
--env AMQP_VHOST="/sensu" \
--env AMQP_SSL=true \
bprodoehl/sensu-client
Content type
Image
Digest
sha256:baa4b0f42…
Size
270.4 MB
Last updated
about 10 years ago
docker pull bprodoehl/sensu-client