Jak sprawdzić dlaczego server i cloud mają status "unhealthy"?
(Linux Supla-VM 6.1.0-25-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.106-3 (2024-08-26) x86_64)
supla-cloud, supla-server - (unhealthy)
Moderator: fracz
-
- Posts: 2189
- Joined: Thu Nov 23, 2017 11:33 pm
- Location: Warszawa
https://www.facebook.com/groups/supladiy/
-
- Posts: 473
- Joined: Mon Jan 15, 2018 6:18 pm
A próbowałeś może tego, czytaj od tego miejsca https://forum.supla.org/viewtopic.php?p=166600#p166600
Tu niby jest rozwiązane ? https://forum.supla.org/viewtopic.php?p=166765#p166765
Nie testowałem...
Wziąłem udział w Supla Offline Party 2023
-
- Posts: 2189
- Joined: Thu Nov 23, 2017 11:33 pm
- Location: Warszawa
Dzięki za linki. zablokowałem healthcheck.edm wrote: ↑Mon Sep 23, 2024 6:31 pmA próbowałeś może tego, czytaj od tego miejsca viewtopic.php?p=166600#p166600
Tu niby jest rozwiązane ? viewtopic.php?p=166765#p166765
Nie testowałem...
@fracz
Czy jest możliwa zmiana w Dockerfile,
Code: Select all
http://localhost/api/server-info
http://supla-cloud/api/server-status
https://www.facebook.com/groups/supladiy/
-
- Posts: 2189
- Joined: Thu Nov 23, 2017 11:33 pm
- Location: Warszawa
Jakby kogoś to interesowało
W pliku .env dla supla-cloud
i supla-server
W pliku .env dla supla-cloud
Code: Select all
healthcheck:
test: ["CMD", "wget", "--no-verbose", "--tries=1", "--spider", "http://${CLOUD_DOMAIN}/api/server-info"]
interval: 30s
timeout: 5s
retries: 3
start_period: 30s
Code: Select all
healthcheck:
test: ["CMD", "wget", "--no-verbose", "--tries=1", "--spider", "http://${CLOUD_DOMAIN}/api/server-status"]
interval: 30s
timeout: 5s
retries: 3
start_period: 30s
You do not have the required permissions to view the files attached to this post.
https://www.facebook.com/groups/supladiy/