Sign inSign up

visity/monitor-host

By visity

Updated over 8 years ago

A diamond monitoring tool that is best run once per docker host.

Image
0

3.6K

visity/monitor-host repository overview

#Usage This docker sends a number of system metrics to a configurable graphite instance.

This docker does not use linking because chances are substantial the graphite runs on a different host. As such environment variables are supported. When using Maestro-ng this is done automatically as long as the graphite service is named 'carbon' and the instance 'carbon1' and the port 'line_receiver'

If Maestro is not used, these variables are mandatory:

  • CARBON_HOST: The host to which to send the metrics to (via line receiver)
  • CARBON_LINE_RECEIVER_PORT: The port on which to send the metrics to.

Example:

docker run -d -e CARBON_HOST=10.0.0.3 -e CARBON_LINE_RECEIVER_PORT=2003 visity/monitor-host

Tag summary

Content type

Image

Digest

sha256:63f43efcb

Size

260.9 MB

Last updated

over 8 years ago

docker pull visity/monitor-host