-
Notifications
You must be signed in to change notification settings - Fork 520
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Telegraf as bonus for collecting system metrics #1369
Comments
@PatrickScheich In the next week we will produce some introduction tutorials on how to start contributing. But basically you can start small with the following:
|
Great, I will take a look into this. Unfortunately telegraf needs a bunch of individual decisions on config settings like
I will assume that proper entries will exists in raspiblitz.conf |
Check if you can set those parameters on the install commands you can add to |
here we go, it took a bit of time... attached you find the files that should go to app-data-for-custom-install.zip The Grafana dashboards are a bit tricky |
Coming along nicely... @PatrickScheich your plan is to run the influxdb and Grafana locally on the RaspiBlitz, correct? I already have a online VPS running both and I also have more than one active Raspiblitz. So it would be great it you take this into consideration for the Grafana dashboard.. 😊
Having a nice would definitely be great. |
@frennkie no, only telegraf will run on the raspiblitz for metric collection. |
Can you share the telegraf config file and the Grafana JSON? |
sure,
|
Can you check this updated version on your Grafana: grafana.json.txt I also added the
and changed the
|
The installation of |
Hmm, I had not worked with this feature of github yet.
Maybe you could point me to the video, I will check it first
can you name some, I will look into them and try to adopt thanks for the hint with Grafana variables |
This was recorded this week. Regarding git and GitHub ... There are many resources... Just try one or two tutorials and see what works best for you. Definitely a must have skill - IMHO.. 😉 |
@frennkie I opened the PR |
OK I merged the PR into dev for upcomming v1.7 release :) @PatrickScheich & @frennkie I am a complete noob to telegraf .. so if one of you can test this on RC1 release (targeting this weekend) or even demo as part of the lightning hacksprint this weekend please feel invited - all info on the event: https://wiki.fulmo.org/wiki/Lightning_HackSprint_March_2021 The entrypoint to test this with the coming v1.7RC1 would be by config script: |
OK .. so the install looks good. Closing issue. |
Hi,
I had been a bit busy lately so I had tested the v1.7.0RC2 yesterday.
It the "telegraf" part looks fine for me.
After updating in made sure that /mnt/hdd/raspiblitz.conf contains the
required telegraf entries.
Then the installation went smoothly with sudo /home/admin/config.scripts/
bonus.telegraf.sh on
…On Sun, Apr 18, 2021 at 8:11 PM rootzoll ***@***.***> wrote:
Closed #1369 <#1369>.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1369 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AL54MKPSFZOLWIK3JD6SPYDTJMOGJANCNFSM4PCNAHAA>
.
|
Telegraf is a nice solution to gather system metrics that can be collected locally or remotely in a
InfluxDB
and this can then be displayed inGrafana
dashboard. https://medium.com/@dorian599/iot-raspberry-pi-container-and-system-monitoring-with-influxdb-telegraf-and-grafana-a1767c38c109Get a RaspiBlitz specific
telegraf.conf
from somewhere and put in/etc/telegraf/telegraf.conf
The text was updated successfully, but these errors were encountered: