Giter VIP home page Giter VIP logo

Comments (25)

CommanderStorm avatar CommanderStorm commented on May 23, 2024 1

used to work fine for me and then stopped and still does not

Software normally does not stop working without external effects ("admins/users mucking with it"). => Bisect the changes you did when the changes occured.

What is the next way to get more detail logs from uptime kuma to troubleshoot

You can exec inside the container and then progressively go outward.
We have documented how to do this partially in https://github.com/louislam/uptime-kuma/wiki/Troubleshooting#uptime-kuma-reports-down-but-the-service-can-be-accessed

It works on https://uptime.kuma.pet/ as expected.

from uptime-kuma.

CommanderStorm avatar CommanderStorm commented on May 23, 2024

No, I can confirm it working on my end.

image
image

How have you deployed our software?
Could it be the case that you have it deployed via docker and are targetting a local network?
In this case please have a look at https://docs.docker.com/network/

For using the host network the correct addition to the docker command would be --network=host

from uptime-kuma.

yuriw avatar yuriw commented on May 23, 2024

My URL is external and HTTPS Emby server

from uptime-kuma.

CommanderStorm avatar CommanderStorm commented on May 23, 2024

If the url is external, could you share the ip/port of said service?

from uptime-kuma.

yuriw avatar yuriw commented on May 23, 2024

If the url is external, could you share the ip/port of said service?

Let me look for a public server as an example (I'd like to avoid sharing mine publicly)

from uptime-kuma.

CommanderStorm avatar CommanderStorm commented on May 23, 2024

You can share it to me via my email adress if you'd prefer:
image

from uptime-kuma.

yuriw avatar yuriw commented on May 23, 2024

Check you email 😉

from uptime-kuma.

CommanderStorm avatar CommanderStorm commented on May 23, 2024

Sorry, but I cannot reproduce said ip responding to a tcp connection.

image

I think you are misunderstanding something:

it is unclear to me what mechanism they use, to determine this, best I can think of is
image

from uptime-kuma.

yuriw avatar yuriw commented on May 23, 2024

@CommanderStorm
I am blocking non-US inbound traffic and that's why you could not telnet to it.
I disabled the block now. Can you retry?
TIA

from uptime-kuma.

CommanderStorm avatar CommanderStorm commented on May 23, 2024

image

After disabling the geoblock this started working as expected.

from uptime-kuma.

yuriw avatar yuriw commented on May 23, 2024

Pls paste your setup of this ping

from uptime-kuma.

CommanderStorm avatar CommanderStorm commented on May 23, 2024

[REDACTED]

Above was a screenshot of the heartbeat setup as requested by the user in the previous comment.
Ip goes into the HOSTNAME and Port goes into the PORT field

If there is a field that needs better UX, feedback is appreciated.

from uptime-kuma.

yuriw avatar yuriw commented on May 23, 2024

It's odd. It used to work fine for me and then stopped and still does not.

I guess it's some combination of odd things.

What is the next way to get more detail logs from uptime kuma to troubleshoot?

image

from uptime-kuma.

yuriw avatar yuriw commented on May 23, 2024

If there is a field that needs better UX, feedback is appreciated

please remove the IP !

from uptime-kuma.

yuriw avatar yuriw commented on May 23, 2024

used to work fine for me and then stopped and still does not

Software normally does not stop working without external effects ("admins/users mucking with it"). => Bisect the changes you did when the changes occured.

What is the next way to get more detail logs from uptime kuma to troubleshoot

You can exec inside the container and then progressively go outward. We have documented how to do this partially in https://github.com/louislam/uptime-kuma/wiki/Troubleshooting#uptime-kuma-reports-down-but-the-service-can-be-accessed

It works on https://uptime.kuma.pet/ as expected.

Not for me:

image

Tried on my network and a different network

And in the same settings, facebook works as expected:

image

Something fishy :)

from uptime-kuma.

yuriw avatar yuriw commented on May 23, 2024

I restored an old version of UK from last November with the hope it would work, but no it shows the same problem.

Very interesting...

from uptime-kuma.

yuriw avatar yuriw commented on May 23, 2024

@CommanderStorm how can you check the port on the same node where UK runs via the command line tool?
Cam you try it for me pls?
Thx

from uptime-kuma.

CommanderStorm avatar CommanderStorm commented on May 23, 2024
demo of telnet

image

If I run a temporary docker container in the same network, they are consistent with each other => your service does not respond to my requests.

docker run -it --network=host louislam/uptime-kuma:1.23.11

I get these results:
image
image

from uptime-kuma.

CommanderStorm avatar CommanderStorm commented on May 23, 2024

I am blocking non-US inbound traffic

Note that you likely re-enabled this block. Remember that I am doing this from a residential, German internet access.

from uptime-kuma.

yuriw avatar yuriw commented on May 23, 2024

I don't run docker 😞
Anything else you can use?

from uptime-kuma.

yuriw avatar yuriw commented on May 23, 2024

Try any external port pls

from uptime-kuma.

CommanderStorm avatar CommanderStorm commented on May 23, 2024

I don't know what you mean by any external port. I tried this already as noted above:
The ip+port you specified are external to me, and they don't want to connect to me.

Here is what telnet should look like if a website wants to connect via TCP:
image

from uptime-kuma.

CommanderStorm avatar CommanderStorm commented on May 23, 2024

I don't run docker 😞 Anything else you can use?

You are likely searching at the wrong spot.
From my perspective, your service is either geo-locked, defective or not at said ip + port any more.

from uptime-kuma.

yuriw avatar yuriw commented on May 23, 2024

I don't run docker 😞 Anything else you can use?

You are likely searching at the wrong spot. From my perspective, your service is either geo-locked, defective or not at said ip + port any more.

My ports are definitely open. Yes I block all traffic from non-US.
I suspect the issue is the way UK was deployed via https://tteck.github.io/Proxmox/

Sorry for being unclear.
All I need help with is to check a port via the command line (on Debian), so I can compare.
I bet the port won't check as open from the same node as UK is installed.

By "any" port I meant it does not have to be my port :)

from uptime-kuma.

yuriw avatar yuriw commented on May 23, 2024

Yup confirmed - the port is not checkable.
Why - who knows?!
Workaround - use local LAN IP address instead of an external host name

from uptime-kuma.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.