In this video we will install Docker, Telegraf, Influxdb and Grafana in less than 15 minutes. I will show you all the commands that you need in the video (Blue rectangles)
*****part 2 of this video can be found here : • How to create Grafana Dashboards: The...
Links:
https://docs.docker.com/install/linux...
https://docs.docker.com/compose/install/
/ get-system-metrics-for-5-min-with-docker-t...
****docker-compose.yml file **
version: "2"
services:
grafana:
image: grafana/grafana
container_name: grafana
restart: always
ports:
3000:3000
networks:
monitoring
volumes:
grafana-volume:/var/lib/grafana
influxdb:
image: influxdb
container_name: influxdb
restart: always
ports:
8086:8086
networks:
monitoring
volumes:
influxdb-volume:/var/lib/influxdb
networks:
monitoring:
volumes:
grafana-volume:
external: true
influxdb-volume:
external: true
*********************************END***************** Connect and Direct Message me on Linkedin: / howard-mukanda-24503144