Herbert Wolverson
affde610ba
Merge branch 'develop'
2023-11-16 12:20:03 -06:00
Herbert Wolverson
bcc306b2eb
Change stats collation for LTS to the median, thereby avoiding summing overflows.
2023-11-16 12:17:14 -06:00
Herbert Wolverson
b41f786070
Change stats collation for LTS to the median, thereby avoiding summing overflows.
2023-11-16 12:17:14 -06:00
Herbert Wolverson
19a47fcfb1
Update VERSION_STRING file to version 1.4 ready for release.
2023-11-16 11:16:43 -06:00
Robert Chacón
359b155753
Merge pull request #422 from LibreQoE/develop
...
Develop > Main
2023-11-14 07:46:12 -07:00
Robert Chacón
3b6e69d8a6
Merge pull request #421 from LibreQoE/rchac-patch-6
...
Fix none error UISP integration
2023-11-14 07:45:51 -07:00
Robert Chacón
7ed0f6fdac
Update integrationUISP.py
2023-11-13 21:27:06 -07:00
Herbert Wolverson
d3e2884273
LTS data collection was occasionally overflowing on calculating
...
the mean average. If a large-enough block had to be summed,
the total could overflow the storage type. To prevent this from
ever happening, we instead calculate the median - which is
likely to give a better representation anyway.
Also fixes a compile warning.
2023-11-13 08:21:10 -06:00
Robert Chacón
9f829b55c8
Merge pull request #420 from LibreQoE/develop
...
Develop > Main
2023-11-12 11:05:48 -07:00
Robert Chacón
0169ab836e
Merge pull request #419 from LibreQoE/rchac-patch-5
...
Update Server Recommendations
2023-11-12 11:05:27 -07:00
Robert Chacón
12fc03c7e2
Update Compute.md
2023-11-12 11:04:31 -07:00
Robert Chacón
1d58786493
Merge pull request #416 from LibreQoE/develop
...
Develop > Main
2023-11-02 19:07:22 -06:00
Robert Chacón
649c6641b0
Merge pull request #415 from LibreQoE/rchac-patch-4
...
Update server recs
2023-11-02 19:06:52 -06:00
Robert Chacón
aa2907984c
Update Compute.md
2023-11-02 19:06:31 -06:00
Robert Chacón
0d9d8e4ac8
Merge pull request #414 from LibreQoE/rchac-patch-3
...
Clarify CircuitID requirements
2023-11-01 09:42:38 -06:00
Robert Chacón
7c8d3ebf28
Update configuration.md
2023-11-01 09:29:04 -06:00
Robert Chacón
d6b5412e8a
Merge pull request #412 from LibreQoE/rchac-patch-2
...
Update NIC requirements
2023-10-27 05:25:24 -06:00
Robert Chacón
9b22d7257b
Update Networking.md
2023-10-27 05:24:59 -06:00
Robert Chacón
1f1d778778
Merge pull request #411 from LibreQoE/rchac-patch-1
...
Update troubleshooting.md to include lqosd troubleshooting info
2023-10-26 12:45:19 -06:00
Robert Chacón
e5a79f517a
Update troubleshooting.md
2023-10-26 12:43:49 -06:00
Robert Chacón
9a41b8dcac
Merge pull request #410 from LibreQoE/develop
...
Develop > Main
2023-10-19 22:58:12 -06:00
Robert Chacón
6b70cf1b1a
Merge pull request #409 from LibreQoE/fix-uisp-283
...
Fix UISP Integration bug
2023-10-19 22:57:09 -06:00
Robert Chacón
264437c192
Update integrationUISP.py
2023-10-19 22:55:41 -06:00
Herbert Wolverson
c94d82586e
Merge branch 'develop' of https://github.com/LibreQoE/LibreQoS into develop
2023-10-18 14:05:09 +00:00
Herbert Wolverson
1f714d676f
Fix loading integrationUISPbandwidths.csv when a floating point number snuck in.
2023-10-18 14:05:02 +00:00
Robert Chacón
e66f6ca4b3
Merge pull request #408 from LibreQoE/develop
...
Include libssl-dev as requirement
2023-10-18 03:34:59 -06:00
Robert Chacón
e8d8641602
Include libssl-dev as requirement
2023-10-18 03:33:33 -06:00
Robert Chacón
11e4e06e91
Merge pull request #407 from LibreQoE/develop
...
Develop > Main
2023-10-17 13:49:25 -06:00
Robert Chacón
bcbda6a262
Merge pull request #406 from LibreQoE/long_term_stats
...
Long term stats
2023-10-17 13:48:25 -06:00
Robert Chacón
65909429b5
Merge pull request #405 from LibreQoE/main
...
Get long_term_stats up to date
2023-10-17 13:47:21 -06:00
Robert Chacón
d2ab00948d
Merge pull request #403 from janrovner/main
...
throughput_reader sizeof fix, buld_rust.sh fix
2023-10-16 15:58:21 -06:00
Herbert Wolverson
2098baa38b
Further clean up the single-queue error message.
2023-10-13 15:33:52 +00:00
Herbert Wolverson
d2a3a89494
Improved error messages for single-queue NICs, and for license validation check.
2023-10-13 15:16:31 +00:00
janrovner
cdcb4cbfc9
throughput_reader sizeof fix, buld_rust.sh fix
2023-10-10 07:54:45 +02:00
Herbert Wolverson
66c8126184
If long-term-stats is unconfigured (as opposed to disabled), periodically
...
ask the license server if a license for the node id has become available.
This allows for a relatively seamless onboarding - on the server side,
we approve a request. The next time lqosd checks to see if it can submit
stats, it will detect that there is a pending license and update the license
state. On the next cycle, it will begin submitting statistics.
2023-10-06 17:14:17 +00:00
Herbert Wolverson
916645ab93
Update the LTS system to periodically ask if we have a license yet, allowing for automatic configuration of LTS if and when they sign up. This is a WIP - not recommended to merge yet.
2023-10-06 16:37:28 +00:00
Herbert Wolverson
5d5bfcb26d
Free trial invite button is a green badge
2023-10-03 20:44:19 +00:00
Robert Chacón
5e2be51115
Update .readthedocs.yaml
2023-09-28 09:27:32 -06:00
Robert Chacón
54b9580757
Update conf.py
2023-09-28 09:25:36 -06:00
Robert Chacón
0dfb5e676d
Update conf.py
2023-09-28 09:22:08 -06:00
Robert Chacón
94c4c86e96
Update .readthedocs.yaml
2023-09-28 09:10:29 -06:00
Robert Chacón
a7b66d7ddd
Update conf.py
2023-09-28 09:09:26 -06:00
Robert Chacón
b703c03290
Delete docs/conf.py
2023-09-28 09:09:03 -06:00
Robert Chacón
8dfa61c10d
Update conf.py
2023-09-28 09:06:50 -06:00
Robert Chacón
67dfb60575
Create conf.py
2023-09-28 09:03:37 -06:00
Robert Chacón
491cb61cb4
Create .readthedocs.yaml
2023-09-28 08:55:53 -06:00
Robert Chacón
0aa82ecd99
Update integrations.md
2023-09-28 08:45:18 -06:00
Herbert Wolverson
9644c7bc7a
Enable full tokio on child processes, since we now need it.
2023-09-22 17:33:48 +00:00
Herbert Wolverson
91d1a5428d
Cake public fields
2023-09-21 20:36:09 +00:00
Robert Chacón
51c4e25895
Update troubleshooting.md
2023-09-21 14:08:57 -06:00