mirror of
https://github.com/AlexMacocian/ServerManagementUtils.git
synced 2026-07-15 15:19:58 +00:00
17 lines
333 B
YAML
17 lines
333 B
YAML
# Module: docker
|
|
# Docs: https://www.elastic.co/guide/en/beats/metricbeat/current/metricbeat-module-docker.html
|
|
|
|
- module: docker
|
|
metricsets:
|
|
- container
|
|
- cpu
|
|
- diskio
|
|
- event
|
|
- healthcheck
|
|
- info
|
|
- memory
|
|
- network
|
|
- image
|
|
hosts: ["unix:///var/run/docker.sock"]
|
|
period: 10s
|
|
enabled: true |