Reorder, categorise and clean up. Also now there

is a somewhat usefull readme.
This commit is contained in:
YuruC3
2025-05-09 22:12:19 +02:00
parent 262c297350
commit ef535fa2df
33 changed files with 55 additions and 902 deletions

View File

@@ -1,3 +1,20 @@
# NetFlow collector and InfluxDB and Grafana
# NetFlowV5 collector and InfluxDB and Grafana
It works.
## Python script
Install required modules with
```
pip install -r requirements.txt
```
Then change InfluxDB variables.
### INFLUXDB.py vs INFLUXDBmthrd.py
First one runs on one thread and should work when there isn't much data on the network.
Second is when there are a ton of flows that need to be collected. More flows aka more data.
## sysctl.d
Place it in /etc/sysctl.d/ and apply with ```sysctl -p```
It works.