Sign inSign up

scf37/statsbeat

By scf37

Updated about 4 years ago

Docker image to collect host metrics and push them to Elasticsearch

Image
0

197

scf37/statsbeat repository overview

What is this

statsbeat is Docker image that collects host statistics like CPU and memory usage and sends it to elastic search cluster.

Emphasis have been made to:

  • use Nagios plugins (in this case check status is collected as value)
  • write data-providing plugins in Python, see existing plugins for an example
  • keep configuration as simple as possible

Usage

docker run -it --rm --net=host -v /data/statsbeat:/data -v /:/hostfs --privileged scf37/statsbeat

Inside container, config oraganized as follows:

/data/conf/statsbeat.yml <-- statsbeat configuration file /data/conf/plugins <-- statsbeat plugins written in Python /data/conf/checks <-- Nagios-compatible plugins

Tag summary

Content type

Image

Digest

Size

204 MB

Last updated

about 4 years ago

docker pull scf37/statsbeat