Wow!. That is really great to hear from you and thank you for your feedback. Definitely I will keep trying to improve to make it better as we go forward together.
Excellent video.. Could you pls tell me what playlist we should follow to learn devops all tools first to end.. Pls do neddful how do i need to learn here
good one. here you have forwarded the logs of hostmachine to docker container . If I want to forward another machine logs to these containers??? i install telegraf in that and in configuration file give the IP of influx db container ?
Yes, you are absolutely right. You need to understand your business requirement, what data are you going to index, looking for open source Or enterprise application, what is your use case and support structure etc are some examples to look. Ultimately each organization will have it's own requirement and need to decide based on your analysis.
Thanks. Any idea why the influx UI is not reachable? I get error 404 when trying the same IP that grafana is running on (obviously I have changed the URL's port to 8086 from 3000) In docker and also cli (via docker ps) it shows that influx is running; it even shows the created database, but the UI page is not reachable.
May be bro tips by tips config docker-compose.yml file with run grafana-piechart-panel? My dashboard doesn't show panel & show "Panel plugin not found: grafana-piechart-panel".
yaml.scanner.ScannerError: mapping values are not allowed here in "./docker-compose.yml", line 28, column 66 When i do docker-compose up it shows me this...why?
This was the best tutorial I have ever seen.
Thank you.
I really like you tutorials - prepared, clear and to the point. Good job and I hope to see more great tutorials from you.
Wow!. That is really great to hear from you and thank you for your feedback. Definitely I will keep trying to improve to make it better as we go forward together.
Thank you for the tutorial. Quick and Easy. Now lets setup TIG.
Thank you for your feedback.
Awesome... so beautifully covered and in detail. Thanks a lot...
Great!. Thank you for your feedback.
8:07 what does the ":ro" at the end do? I am assuming the first part is mounting ./telegraf.conf from host to /etc/telegraf/telegraf.conf in container
probably read-opnly or root
ro stands for read only.
Yes, yes it really tips for us
Good to know. Thanks
Thanks for another great tutorial
My pleasure and Thank you my dear friend for your feedback.
Awesome and to the point tutorial! Thanks. Can we use kubernetes instead of docker compose?
Yes. The setup will be different.
Excellent video.. Could you pls tell me what playlist we should follow to learn devops all tools first to end.. Pls do neddful how do i need to learn here
Thank you. First refer the devops roadmap video. Then you can start with individual playlist for each tools
Wow really good!
Thank you
Which CPU is monitored here? The CPU of the hardware where Docker is running on or the virtual CPU inside of Docker?
CPU of the hardware which telegraf is pulling.
good one. here you have forwarded the logs of hostmachine to docker container . If I want to forward another machine logs to these containers??? i install telegraf in that and in configuration file give the IP of influx db container ?
Yes it should work
Great tutorial!
Thank you
I've a question like, there are many monitoring stacks but how to know which is suitable for your use case.
Yes, you are absolutely right. You need to understand your business requirement, what data are you going to index, looking for open source Or enterprise application, what is your use case and support structure etc are some examples to look. Ultimately each organization will have it's own requirement and need to decide based on your analysis.
@@Thetips4you thankyou sir
Welcome
Great, so awesome covered and in detail all the tutorial. Do you have any docs/vdo the comparative about docker and kubernets?
Thank you. Not as a comparison, you will see full playlist of docker and kubernetes.
Thanks.
Any idea why the influx UI is not reachable?
I get error 404 when trying the same IP that grafana is running on (obviously I have changed the URL's port to 8086 from 3000)
In docker and also cli (via docker ps) it shows that influx is running; it even shows the created database, but the UI page is not reachable.
I've found out that the 1.x version doesn't have UI; so instead I've updated the yaml file to use 2.4 version of influx instead
Do you mean the issue is solved by using 2.4 version?
May be bro tips by tips config docker-compose.yml file with run grafana-piechart-panel? My dashboard doesn't show panel & show "Panel plugin not found: grafana-piechart-panel".
Did you installed the panel?
@@Thetips4you Thanks Bro very much!
You are welcome?
thank you so much
You are welcome
why is not coming influxdb on url , it seems this error 404 page not found; i have already check all browser incognito also; please suggest on it.
Hello, what is the editor?
It's visual Studio code. I usually use vs code or sublime text editor.
telegraf is not running in my case, so no export
yaml.scanner.ScannerError: mapping values are not allowed here
in "./docker-compose.yml", line 28, column 66
When i do docker-compose up it shows me this...why?
Check the line 28.something wrong there.