You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Stefan Saibel 54cebcea61
tut for eric
7 years ago
README tut for eric 7 years ago
docker-compose.yml Monitor for eric 7 years ago
telegraf.conf init monitoring 7 years ago

README

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