-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AutoKuma is not adding monitors to Uptime-Kuma #85
Comments
Hi, are the any messages in the AutoKuma log? The first thing that comes to mind is that you are using container_name as id, which might include characters that are not valid, you should probably first slugify them like in the example:
Besides that it's hard to say anything without logs. |
Hmm this is weird, are you sure the jellyseer container actually exists and is on the same docker host as autokuma? |
I have the same issue. No errors, no logs besides the pretty logo.. I'm running a docker swarm cluster, here is an example of a service i want to monitor:
Here is kuma and autokuma composes: autokuma: networks: Have tried with and without docker-socket-proxy (when I did without, I had it running on the manager) Any suggestions? |
papirov, out of curiosity, what platform are you running docker on? |
Any chance Docker is installed as a Snap package for you, as opposed to a apt? |
0 chance. All have been installed through apt. |
Perfect. I had a prior issue with a friend who couldn't do GPU passthrough because of snap, and I was concerned this issue was related. |
Here are some things I can think of:
|
My labels are definitely on services. But I am dumb! I needed this variable: |
Preceding are my docker-composes for Uptime-Kuma, AutoKuma, and an example docker I'm trying to get added to Uptime Kuma. As you can see below, I can see where the tags are being generated, but AutoKuma is still not adding any monitors to Uptime-Kuma.
The text was updated successfully, but these errors were encountered: