You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
π I have found these related issues/pull requests
n/a
π·οΈ Feature Request Type
API / automation options
π Feature description
When it comes to deploying stuff into docker and docker swarm it helps to be able to have apps that hook into the docker socket to look for labels that might say please pay attention to me for X reason... For example you can set Traefik settings on a per microservice basis using docker labels.
For example this set of labels has declarations for gethomepage/homepage and traefik 2.x
Write one or two standard labels to tell uptime kuma to monitor a service within swarm or via a specified path such as perhaps the following.
labels:
uptimekuma.monitor: "true"uptimekuma.monitor.url: https://uptime.example.comuptimekuma.monitor.retry: 60the options could be endless but keep it simple at first.
β Alternatives
No response
π Additional Context
Currently the docker stuff is baked in a way that you have to rely on static container names for UptimeKuma to look for and that's fine and all but its usefulness is limited whereas offering deeper docker API integration would be supremely helpful there is also a way to define the docker API endpoint through http/s and the socket so you're not stuck putting the monitor on a swarm manager node for example.
The text was updated successfully, but these errors were encountered:
I think this is better tracked in #4233, as docker-compose and docker swarm are likely not as different.
=> merging these issuses via closing this one as a duplicate.
Tip
If you have a look at the dependency linked in #957, @BigBoot has shared https://github.com/BigBoot/AutoKuma, which claims to solve this usecase. We have not tested if it works as advertised, nor audited said software.
π I have found these related issues/pull requests
n/a
π·οΈ Feature Request Type
API / automation options
π Feature description
When it comes to deploying stuff into docker and docker swarm it helps to be able to have apps that hook into the docker socket to look for labels that might say please pay attention to me for X reason... For example you can set Traefik settings on a per microservice basis using docker labels.
For example this set of labels has declarations for gethomepage/homepage and traefik 2.x
βοΈ Solution
Write one or two standard labels to tell uptime kuma to monitor a service within swarm or via a specified path such as perhaps the following.
β Alternatives
No response
π Additional Context
Currently the docker stuff is baked in a way that you have to rely on static container names for UptimeKuma to look for and that's fine and all but its usefulness is limited whereas offering deeper docker API integration would be supremely helpful there is also a way to define the docker API endpoint through http/s and the socket so you're not stuck putting the monitor on a swarm manager node for example.
The text was updated successfully, but these errors were encountered: