Skip to content

mxrpr/telegraf_influxdb_grafana

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

telegraf_influxdb_grafana

step 1

Start the influxDB and Grafana containers

docker-compose up -d

step 2

Download and install telegraf On Linux

wget https://dl.influxdata.com/telegraf/releases/telegraf_1.11.2-1_amd64.deb
sudo dpkg -i telegraf_1.11.2-1_amd64.deb

On Mac:

brew install telegraf

step 3

Copy telegraf.conf to the specified location from where you wan to use. Update url, username, password and the plugins you wish to use

step 4

Test the telegraf settings: telegraf -config telegraf.conf

step 5

Start telegraf:

telegraf -config telegraf.conf

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published