mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-21 08:55:53 +03:00
Page:
Troubleshooting
Pages
3rd Party Addons Apps
API Keys
Badge
Cloudflare Side Note
Development Side Notes
Environment Variables
Home
How to Monitor Docker Containers
Maintenance
Migration From v1 To v2
Notification Methods
OpenRC Script
Prometheus Integration
Reset Password via CLI
Reverse Proxy with Cloudflare Tunnel
Reverse Proxy
Setup Development Environment
Status Page
Systemd Unit File
Test Pull Requests
Troubleshooting
_Menu
🆙 How to Update
🔧 How to Install
No results
7
Troubleshooting
Colgrave edited this page 2024-10-09 14:04:12 +08:00
Table of Contents
Uptime Kuma reports DOWN
, but the service can be accessed
Tip
In case you did not know: docker has more than one network type with only some of them allowing access to the local network and some not even allowing access to remote networks
If your Uptime Kuma reports DOWN
of your service, knowing if it is a bug of Uptime Kuma / a docker network misconfiguration or a firewall is a good start to fixing the issue.
To debug this, go into your container's bash via
docker exec -it uptime-kuma bash
Install curl
apt update && apt --yes install curl
Then you can debug this issue with commands like ping
, curl
, ...
Examples:
curl https://google.com
ping google.com
IPv6
If you are running Uptime Kuma on top of Docker and the service can only be access via IPv6. Please follow the Docker's official wiki to enable IPv6 support.
IPv6 are not supported out of the box on Docker.
Installation & Configuration
Features
- Reset Password via CLI
- Status Page
- Notification Methods
- Badge
- How to Monitor Docker Containers
- Maintenance
- 3rd Party Addons/Apps
- API Keys
Network
Integrations
Development & Contributions
- CONTRIBUTING Rules & Guide
- How to Translate
- Setup Development Environment
- Test Pull Requests
- Development Side Notes