-
-
Notifications
You must be signed in to change notification settings - Fork 226
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
[Feature]: network alerts limited to 125MB (1gbps) #468
Comments
I also run a 10+ Gigabit network and think this would be a valuable change. |
Maybe Beszel could look at the link speed of all of the interfaces to determine the upper limit of the slider in the UI? I think that'd be a nice compromise as it prevents needing to have numbered inputs or have a range that is useless for some users. |
It makes sense to do this. The only problem is that the UI is not designed for numbers that high. Especially if we change network metrics to Mbps by default. Let me think about the best way to go about it. For now you should be able to manually change the number to whatever you want by creating the alert, then editing it through the alerts table in PocketBase. |
maybe text input for hand write MB/s ? |
or add dropdown like "multiplicator" ? :) *1 *10 *100 ? |
Or, you could expand on this and have the dropdown be in units. So you can select between Kbps, Mbps, Gbps, or even Tbps. And the slider can have a range of 0->1000 (and make the UI slightly wider to accommodate the larger range) |
That's a good idea, I think this could work. |
Describe the feature you would like to see
hey,
i am using 20G network for now and plan to migrate to 40G so i cant use alerts because they always exceeds alert limit ( 125M ( 1G ))
Describe how you would like to see this feature implemented
network limits up to 12500MB/s ( 100G )
The text was updated successfully, but these errors were encountered: