Docker image to collect host metrics and push them to Elasticsearch
197
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:
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
Content type
Image
Digest
Size
204 MB
Last updated
about 4 years ago
docker pull scf37/statsbeat