https://github.com/averissimo/telegraf-agent
https://github.com/averissimo/telegraf-agent
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/averissimo/telegraf-agent
- Owner: averissimo
- Created: 2019-11-15T21:02:52.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-05T17:21:13.000Z (about 6 years ago)
- Last Synced: 2025-04-03T04:15:14.865Z (about 1 year ago)
- Language: Shell
- Size: 17.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Telegraf AGENT
Works as telegraf agent from a raspberry pi writing to an influxdb.
### Install on Raspberry Pi
*Instructions for Raspbian Buster, but should work for any debian-based system*
```
sudo apt update
sudo apt install telegraf
sudo ln -sf $(pwd)/telegraf.conf /etc/telegraf/telegraf.d/02agent.conf
```