monitor group: grafana & graphite & collectd
1.4K
Monitor group: grafana & graphite & collectd, collectd is member of group. Basic collectd-based server monitoring. Sends stats to Graphite.
With inspiration from pboos/docker-collectd-graphite. But not using python to replace the settings.
HOSTNAME
GRAPHITE_HOST
GRAPHITE_PORT
GRAPHITE_PREFIX
REPORT_BY_CPU
INTERVAL
run command, replace HOSTNAME GRAPHITE_HOST correct with your server.
docker run -d \
--net=host \
--privileged \
--restart always \
-v /:/hostfs:ro \
-e HOST_NAME=myhostname \
-e GRAPHITE_HOST=graphite.glinux.top \
--name collectd \
williamguozi/collectd:latest
Content type
Image
Digest
Size
404.6 MB
Last updated
over 6 years ago
docker pull williamguozi/collectd