It is a self-hosted monitoring tool. Project Page
Questions tagged [uptime-kuma]
3 questions
1
vote
1 answer
Handling Incoming Webhooks and Inserting Into DB
I am currently working on a script within PHP that monitors the outage of a service. This is the first time I am using PhP and am not 100% familiar with it. So I'm sorry if the answer is obvious.
I am using Uptime Kuma to monitor, when a service…

Kevin Gorman
- 41
- 7
0
votes
1 answer
Is there any way do a revese proxy uptime kuma for a nginx on a subdirectory?
I am using uptime kuma in a docker container, and with a docker-compose I also have nginx
here are my configurations
upstream kuma {
server kuma:3001;
}
location ~/kuma(.*)$ {
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header…

Vala Khosravi
- 2,352
- 3
- 22
- 49
0
votes
2 answers
How to pass the SSO page using Uptime -kuma?
I have set up uptime kuma to monitor few websites. ow there is a website which is reachable only through SSO , when done manually. When I try to monitor this website , it is not able to give me correct status . How to pass through this page using…

Laster
- 388
- 5
- 18