diff --git a/README b/README new file mode 100644 index 0000000..3aa586b --- /dev/null +++ b/README @@ -0,0 +1,14 @@ +docker-compose up -d + +------- + +wget -qO- https://repos.influxdata.com/influxdb.key | sudo apt-key add - +source /etc/lsb-release +echo "deb https://repos.influxdata.com/${DISTRIB_ID,,} ${DISTRIB_CODENAME} stable" | sudo tee /etc/apt/sources.list.d/influxdb.list + +apt update +apt install telegraf + +rm /etc/telegraf/telegraf.conf +mv telegraf.conf /etc/telegraf/ +service telegraf start \ No newline at end of file