Install InfluxDB
- Create network for dockers, it's better you create network for the dockers, then you can access docker with name
- Create /data and /data/influx dir for docker volume
- Start influxDB with docker, The official docker image here
- Now access https://ourdark.org:8086
Install telegraf
- Create telegraf dir
- Switch to /data/telegraf folder
- Before you can mount local config file to telegraf, make sure there is telegraf.conf exists
telegraf.conf is auto generated under /data/telegraf/ folder, then edit the config you want, mine will like this.
You can get information from https://ourdark.org:8086, navigate to data->telegraf, then create configuration with system plugin
- Now you can start telegraf docker
It should say "connected" after a little while, the system monitor dashboard will auto created and loaded.