well I am pretty new to all this, can you tell me where are you typing the programs...which window is it? @5.16. It has root@localhost...Is it software or what?
Great tutorial! What I need to do is run InfluxDB and Grafana on a RaspberryPi and telegraf on a windows PC. They're connected via network. Is there a tutorial on how to connect two maschines?
hello! I am following this untiol starting the telegraf and I have this error [telegraf] Error running agent: no outputs found, did you provide a valid config file
tried this but i'm having a problem where the telegraf service is not working even when running..you have to run it in the powershell for influxdb to capture...
@@Thetips4you no worries i solved it. Apparently the token key is only for manual set-up. for telegraf service to work you have to do configuration to telegraf.conf file which is not shown in the tutorial here!
@@Thetips4you when starting telegraf. Just keep coming up with this error. [inputs.diskio] Error in plugin: error getting disk io info: open /proc/diskstats: no such file or directory [outputs.influxdb] E! [outputs.influxdb] Failed to write metric (will be dropped: 401 Unauthorized): I'm running it on Ubuntu on a Windows Desktop, not sure if I should run it on Centos or something. It should work though. I've managed to get the CPU system telegraf working but not when using templates.
Hey, amazing video.I have one question.If i have two server A and B.If i install telegraf on server A. Then telegraf will send data from server A?. I mean we will monitor server A in this case?
If you keep getting 401 Unauthorized when trying to set up influxdb in grafana, it's likely that you installed an outdated version of grafana via snap that seems to only support influxdb v1 and not v2. Source: Had to painfully figure it out myself. (Ubuntu server 22.04)
baraka allahou fik
This is exactly what I needed tysm!
That is great to hear.
very well explained
Thank you
Thank u so much man
You are welcome
Thank you! Really useful. :)
Great to hear, thank you for your feedback.
Where is stored the telegraf conf file created via the Influx UI at 15:16 ? I don't find it anywhere on my file system
thanks a lot!!
You are welcome
It was extreamly useful for me. Thanks.
That's is nice to hear. Thank you
Hello. I would like to build Grafana dashboard for monitoring network firewalls. Shall I follow the same steps?. Thanks
You can follow the steps, however make modifications for getting firewall logs in to grafana.
well I am pretty new to all this, can you tell me where are you typing the programs...which window is it? @5.16. It has root@localhost...Is it software or what?
I am using putty to connect to my linux system.
Great tutorial!
What I need to do is run InfluxDB and Grafana on a RaspberryPi and telegraf on a windows PC. They're connected via network. Is there a tutorial on how to connect two maschines?
This is more of a networking question. It depends upon your setup and network
where do I get the query that you show at 20:18?
Check the github link in the video description. The reference details are given there.
Is it possible to monitor CPU and memory consumption of specific processes? for example: like the iis process
Yes should be possible. Please read the telegraf documentation.
@@Thetips4you Thanks, Great tutorial!!!
Thank you
Great tutorial @Thetips4you!
Can you make tutorial for monitoring Win/Linux SSL /CA certificate expiration using Telegraf, Prometheus and Grafana?
Thank you for your feedback and suggestion. Will look in to this for future video's.
I have a custom service that i need to monitor !
do you have any tutorial for now to configure the custom script (.sh) to telegraf
Sorry. Not yet.
hello! I am following this untiol starting the telegraf and I have this error
[telegraf] Error running agent: no outputs found, did you provide a valid config file
tried this but i'm having a problem where the telegraf service is not working even when running..you have to run it in the powershell for influxdb to capture...
What is the exact error?
@@Thetips4you no worries i solved it. Apparently the token key is only for manual set-up. for telegraf service to work you have to do configuration to telegraf.conf file which is not shown in the tutorial here!
I'm getting this error )-: = Error in plugin: error getting disk io info: open /proc/diskstats: no such file or directory
When exactly are you getting this error?
@@Thetips4you when starting telegraf. Just keep coming up with this error.
[inputs.diskio] Error in plugin: error getting disk io info: open /proc/diskstats: no such file or directory
[outputs.influxdb] E! [outputs.influxdb] Failed to write metric (will be dropped: 401 Unauthorized):
I'm running it on Ubuntu on a Windows Desktop, not sure if I should run it on Centos or something. It should work though. I've managed to get the CPU system telegraf working but not when using templates.
Hey, amazing video.I have one question.If i have two server A and B.If i install telegraf on server A. Then telegraf will send data from server A?.
I mean we will monitor server A in this case?
Thank you and you are correct. Telegraf is like an agent to send data.
If you keep getting 401 Unauthorized when trying to set up influxdb in grafana, it's likely that you installed an outdated version of grafana via snap that seems to only support influxdb v1 and not v2.
Source: Had to painfully figure it out myself. (Ubuntu server 22.04)
Thanks for sharing your experience.
can we output telegraf metrics to datadog?
Not tried. Will check on it.
how to write custom plugin in telegraf
That is completely different topic and not covered in this one.
Bro can we see kubernetes logs?
Yes. Use the configuration for Kubernetes.
thanks
You are welcome.
😊😊😊
:)
the biggest problem was we a using window but you explain Linux.............
I will check if I can put one video for windows .
can't understand
Sorry to hear that.
@@Thetips4you here we a using window mostly but why u doing this to linux
Why you speaking in fake accent
What is your real concern here?
Great tutorial @thetips4you
Can you let me how we can write custom metric data(via custom scripts) to influxdb via telegraf
Thank you. Will check on this.