Merge pull request #383 from LibreQoE/main

Get develop up to date
This commit is contained in:
Robert Chacón
2023-08-07 17:49:11 -06:00
committed by GitHub
20 changed files with 395 additions and 296 deletions

View File

@@ -17,3 +17,8 @@ Node manager and scheduler are dependent on the `lqos.service` being in a health
### RTNETLINK answers: Invalid argument
This tends to show up when the MQ qdisc cannot be added correctly to the NIC interface. This would suggest the NIC has insufficient RX/TX queues. Please make sure you are using the [recommended NICs](../SystemRequirements/Networking.md).
### InfluxDB "Failed to update bandwidth graphs"
The scheduler (scheduler.py) runs the InfluxDB integration within a try/except statement. If it fails to update InfluxDB, it will report "Failed to update bandwidth graphs".
To find the exact cause of the failure, please run ```python3 graphInfluxDB.py``` which will provde more specific errors.