louislam / uptime-kuma

A fancy self-hosted monitoring tool
https://uptime.kuma.pet
MIT License
60.02k stars 5.37k forks source link

ability to monitor `containerd`-containers #4111

Open antikilahdjs opened 11 months ago

antikilahdjs commented 11 months ago

⚠️ Please verify that this feature request has NOT been suggested before.

🏷️ Feature Request Type

New Monitor

🔖 Feature description

I would like to monitor my containerd because the docker (shim) for our project was not better in the tests so it is possible to add the new feature?

✔️ Solution

I am not found any solution inside of Kuma

❓ Alternatives

At this moment am using other solution like prometheus + metrics server but for the alerts inside of grafana somethimes not works as expected

📝 Additional Context

No response

CommanderStorm commented 11 months ago

What do you mean by the tests

the docker (shim) for our project was not better in the tests

kevinmatthe commented 10 months ago

Containerd monitor is different from docker shim over containerd, and in some situation like newer k8s/k3s, docker is abandoned and containerd is used; On such situation, we may need a monitor on containerd, could this be a feature-request?

CommanderStorm commented 10 months ago

could this be a feature-request?

Agree. Idk why I changed this to a help issue tbh..

If anybody wants to tackle this:

DogukanK commented 9 months ago

I also faced the same difficulty while trying to monitor container runs on containerd runtime. It would be so great if someone could integrate this feature. I will also try to tackle this problem in my end whenever I become available ^^