Jump to content

[SUPPORT] Uptime Kuma - CorneliousJD Repo


Recommended Posts

21 minutes ago, gurulee said:

I successfully setup and tested the docker host in UptimeKuma. But when I add monitors for docker name, they all fail with 'Request failed with status code 404' 

Any help would be greatly appreciated.

Use the IP and port instead.

  • Like 1
Link to comment
Just now, gurulee said:

What is the purpose of the Docker setup and docker monitoring type in Uptimekuma then?

I'm not the developer. 

I do suspect there's an incompatibility in the way unraid handles docker and kumas built in method perhaps. 

 

I haven't personally investigated. 

  • Like 1
Link to comment
6 hours ago, gurulee said:

What is the purpose of the Docker setup and docker monitoring type in Uptimekuma then?

 

6 hours ago, CorneliousJD said:

I'm not the developer. 

I do suspect there's an incompatibility in the way unraid handles docker and kumas built in method perhaps. 

 

I haven't personally investigated. 

 

Docker monitoring works fine for me.  One thing you do need to do that is not part of the template is add a read only path for /var/run

 

image.png.7ffcfc2145fb589acfb2f9ce1d37ddbc.png

  • Like 1
Link to comment
On 8/29/2024 at 3:36 PM, nerbonne said:

 

 

Docker monitoring works fine for me.  One thing you do need to do that is not part of the template is add a read only path for /var/run

 

image.png.7ffcfc2145fb589acfb2f9ce1d37ddbc.png


So I already had that in my docker template. What resolved it for me was to use the docker container ID in the monitor instead of the docker name.

Edited by gurulee
Link to comment
47 minutes ago, gurulee said:


So I already had that in my docker template. What resolved it for me was to use the docker container ID in the monitor instead of the docker name.

 

Not sure what name you are trying, but if you use the name of the container as retrieved by this command, it will work:

 

docker ps --format ‘{{.Names}}’

 

  • Like 1
Link to comment
3 hours ago, nerbonne said:

 

Not sure what name you are trying, but if you use the name of the container as retrieved by this command, it will work:

 

docker ps --format ‘{{.Names}}’

 

Turns out using the container ID is no good since it changes when you update the docker. 

I tried using the name of the docker as it shows on my dockers page in the webui. 

Link to comment
3 hours ago, nerbonne said:

 

Not sure what name you are trying, but if you use the name of the container as retrieved by this command, it will work:

 

docker ps --format ‘{{.Names}}’

 

Thanks! The docker names must be lower case and match the results of the cmd you provided. 👍

  • Upvote 1
Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...