I want to learn how to make a simple TIG stack (or similar) to monitor some data. Perhaps starting with my computers metric (cpu, ram usage etc) but eventually from a sensor.
I now have a RPi ready to go running Rasbian and the first step is installing Telegraf to collect some data.
I’m trying to follow this:
But I’ve gotten stuck at the first hurdle - Install Telegraf.
Just a side note, I’m completely new to the world of Influx, and only basic proficiency on the Raspberry Pi.
I’ve managed to download Telegraf Binary and unzip.
I navigate to
cd /home/pi/telegraf/usr/bin
then
./telegraf
It says starting telegraf. Then Error running agent no config file specified…
You will need to create a config file, then start Telegraf with it: ./telegraf --config telegraf.conf
I recommend trying the .deb file since it is setup to run Telegraf as a service using a config in /etc/telegraf/telegraf.conf, this is a bit nicer once you get past the early testing stage.
Oh dear, that’s bad - it means you can’t install new software, update existing
software, or obtain security updates for your Raspberry.
I am running Rasbian OS.
I wonder how you installed it…
Does this mean I need to follow Debian from install page?..
It means you should check the contents of:
/etc/apt/sources.list
/etc/apt/sources.list.d/*
You should also make sure you have a working Internet connection to the
Raspberry (which I guess is true because you managed the wget) and a working
DNS service (ditto).