github pavel-odintsov/fastnetmon v1.2.0
FastNetMon Community 1.2.0 Bath

latest releases: v1.2.7, v1.2.6, v1.2.5...
2 years ago
  • 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

Don't miss a new fastnetmon release

NewReleases is sending notifications on new releases.