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
So I have the setup shown above with two monitor check a website that is internal to my network it is not reachable from the internet.
In one of the monitors I am checking the IP:port. with a status == 200 condition. This monitor succeeded and give a "UP" status.
The other monitor I am checking the dns name also checking for a status == 200 condition. This monitor falls and give a "Down" status with an error - Get "https://teto.domain.work/": context deadline exceeded (Client. Timeout exceeded while awaiting headers). I have tried upping the timeout to 5m and I still get a timeout but it is slightly different - Get "https://teto.domain.work/": dial tcp 10.20.30.45:443: connect: connection timed out
I have also tried these same monitors in uptime-kuma and get the same results IP:PORT works and DNS Falses. This is leading me to believe the traefik is the culprit. I am a complete noob at gatus and traefik so please forgive me if I am missing something glaring. If anyone has any ideas I am all ears.
here is my config for gatus
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
So I have the setup shown above with two monitor check a website that is internal to my network it is not reachable from the internet.
In one of the monitors I am checking the IP:port. with a status == 200 condition. This monitor succeeded and give a "UP" status.
The other monitor I am checking the dns name also checking for a status == 200 condition. This monitor falls and give a "Down" status with an error
- Get "https://teto.domain.work/": context deadline exceeded (Client. Timeout exceeded while awaiting headers)
. I have tried upping the timeout to 5m and I still get a timeout but it is slightly different- Get "https://teto.domain.work/": dial tcp 10.20.30.45:443: connect: connection timed out
I have also tried these same monitors in uptime-kuma and get the same results IP:PORT works and DNS Falses. This is leading me to believe the traefik is the culprit. I am a complete noob at gatus and traefik so please forgive me if I am missing something glaring. If anyone has any ideas I am all ears.
here is my config for gatus
Here is my config I have in traefik
Beta Was this translation helpful? Give feedback.
All reactions