Not with this as far as I can tell. Still early days for Beszel it seems. You can always check out - th-cam.com/video/yrscZ-kGc_Y/w-d-xo.html which will get the core metrics going then you can export the temp to Prometheus
Hi, interesting video. but I always do the automated deployments using jenkins, which is a container itself. If we want to deploy this logger using jenkins, how does it will monitor the host system?
Hey, sorry I don't understand your question. You are wondering how the deployment will work via Jenkins running as a container? If it's still deploying containers to the host it should be fine.
@@Techdox yes you are right. according to jenkins documentation, i need make a docker volume for jenkins home. so i wouldnt manifest it to host. in this case, how we would communicate with host information system?
@@Techdox Hi techdox, i managed to sort it out. meaning, if the jenkins use docker volumes instead of host physical storage, you can run the beszel agents on host so that it can keep track everything. however, it is kinda let down when it cant display all logs from different containers. i guessed i do need grafana for this.
This is exactly what I will deploy to my home lab now )) Thanks for the amazing content!
Great vid as always thanks
Very good video thanks!! It works so well! Is there any way you can pick up some temperature readings also?? 😃
Not with this as far as I can tell. Still early days for Beszel it seems. You can always check out - th-cam.com/video/yrscZ-kGc_Y/w-d-xo.html which will get the core metrics going then you can export the temp to Prometheus
niced tool!!! I didnt hear about before, thank you!!!
Nice thing, but can it do service unhealthy checking?
Mostly running fine with Healthcheck and autorestart.
can we monitor k3s cluster using beszel ?
Great video! Thanks
If nothing else Mailgun just got a new user or more ;-)
Cool tool 👍
Hi, interesting video. but I always do the automated deployments using jenkins, which is a container itself. If we want to deploy this logger using jenkins, how does it will monitor the host system?
Hey, sorry I don't understand your question. You are wondering how the deployment will work via Jenkins running as a container? If it's still deploying containers to the host it should be fine.
@@Techdox yes you are right. according to jenkins documentation, i need make a docker volume for jenkins home. so i wouldnt manifest it to host. in this case, how we would communicate with host information system?
@@legendnic6339 I don't know your setup of Jenkins and how it's deploying the containers. Feel free to jump into the Discord and we can go over it
@@Techdox Hi techdox, i managed to sort it out. meaning, if the jenkins use docker volumes instead of host physical storage, you can run the beszel agents on host so that it can keep track everything. however, it is kinda let down when it cant display all logs from different containers. i guessed i do need grafana for this.