Open antikilahdjs opened 11 months ago
What do you mean by the tests
the docker (shim) for our project was not better in the tests
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?
could this be a feature-request?
Agree. Idk why I changed this to a help issue tbh..
If anybody wants to tackle this:
monitor.js
. See https://github.com/louislam/uptime-kuma/tree/master/server/monitor-types for already migrated monitors.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 ^^
⚠️ 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