Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

As more 400 addresses were added, the list on the left disappeared. #2066

Open
2 tasks done
perpi opened this issue Sep 10, 2022 · 4 comments
Open
2 tasks done

As more 400 addresses were added, the list on the left disappeared. #2066

perpi opened this issue Sep 10, 2022 · 4 comments
Labels
area:core issues describing changes to the core of uptime kuma bug Something isn't working

Comments

@perpi
Copy link

perpi commented Sep 10, 2022

⚠️ Please verify that this bug has NOT been raised before.

  • I checked and didn't find similar issue

🛡️ Security Policy

Description

After adding around 1000 addresses to uptime Kuma, the sidebar disappeared (See the screenshot below).

👟 Reproduction steps

If you add more than 500 addresses, you probably encounter this problem.

👀 Expected behavior

Showing the right sidebar regardless of the number of Items added.

😓 Actual Behavior

The right sidebar becomes empty when too many addresses are added. The search field also disappears!

tled

🐻 Uptime-Kuma Version

1.18.0

💻 Operating System and Arch

Ubuntu 22.04 64bit

🌐 Browser

Chrome, Edge, Firefox

🐋 Docker Version

Docker version 20.10.12, build 20.10.12-0ubuntu4

🟩 NodeJS Version

v16.16.0

📝 Relevant log output

No response

@perpi perpi added the bug Something isn't working label Sep 10, 2022
@louislam
Copy link
Owner

Unfortunately, it is too many for Uptime Kuma currently.

I am thinking the monitor list have to be lazy loading in order to fix the issue.

@perpi
Copy link
Author

perpi commented Sep 13, 2022

it is too many for Uptime Kuma currently.

Some more related problems:

  • Not possible to add a list of more than 400 internet addresses by one import process! Returning a lost connection error. So I broke my items list into some smaller json files with around 150 addresses and then imported them one-by-one 😫
  • Not possible to add more than 1200 items! Around this number, it does not accept any other json file. The upload process takes for a long time until you get tired and close the tab of browser!
  • By ~1000 items, every 10, or 15 seconds, it shows a red lost connection error and tries to retrieve all those address again in the web console.

@rezzorix
Copy link
Contributor

rezzorix commented Sep 17, 2022

May I ask what 400+ monitors are for?
I could imagine any commercial applications etc. but then again probably other tools would make much more sense.

Here a suggestion for a solution that might or might not work for you to avoid hitting this current limitation:

You could separate/group your monitors and just run then multiple uptime-kuma docker instances. Just on different ports.

So eg. you have total of 400 monitors, 100 are in LAN, 150 are websites, and another 150 are diverse…

So it would be like this:

ip.address:3001 = lan monitors
ip.address:3002 = website monitors
ip.address:3003 = diverse monitors

Again, just a work around - not necessarily applicable in your situation, but maybe it is.

Edit: oh i misread/ misunderstood your initial post… anyway; the above might be helpful for others.

@CommanderStorm CommanderStorm added the area:core issues describing changes to the core of uptime kuma label Dec 7, 2023
@CommanderStorm
Copy link
Collaborator

@chakflying you did not add this issue to #3515. Was this intentional?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:core issues describing changes to the core of uptime kuma bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants