FastNetMon Community 1.2.0 Bath
pavel-odintsov
released this
29 Mar 21:04
·
1341 commits
to master
since this release
- Native InfluxDB support
- IPFIX sampling support
- Netflow v9 plugin reliability improvements (infinite loop prevention logic)
- Netflow / IPFIX plugin performance optimisations
Before using InfluxDB you need to create database using influx tool:
# create database fastnetmon
Then configure it in /etc/fastnetmon.conf:
# InfluxDB
influxdb = on
influxdb_host = 127.0.0.1
influxdb_port = 8086
influxdb_database = fastnetmon
# InfluxDB auth
influxdb_auth = off
influxdb_user = fastnetmon
influxdb_password = secure