mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-05-23 15:22:34 +02:00
Updated Troubleshooting (markdown)
parent
516eb02047
commit
7afd35e246
1 changed files with 8 additions and 2 deletions
|
@ -5,12 +5,18 @@ If your Uptime Kuma reports DOWN of your service, sometimes you would like to kn
|
||||||
|
|
||||||
Go into your container's bash.
|
Go into your container's bash.
|
||||||
|
|
||||||
```
|
```bash
|
||||||
docker exec -it uptime-kuma bash
|
docker exec -it uptime-kuma bash
|
||||||
```
|
```
|
||||||
|
|
||||||
Then you can test with these commands for example:
|
Install `curl`
|
||||||
|
|
||||||
|
```bash
|
||||||
|
apt update && apt --yes install curl
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Then you can test with these commands for example:
|
||||||
|
```bash
|
||||||
curl https://google.com
|
curl https://google.com
|
||||||
ping google.com
|
ping google.com
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Reference in a new issue