Reading statistics from NetoFlow API
Configuring the NetoFlow API
/etc/netoflow.conf configuration settings
/etc/netoflow.conf configuration settings[api]
enabled = true # enable or disable the API, default: true
port = 8080 # port for the API, default: 8080environment variable configuration settings
NETO__API__ENABLED=true
NETO__API__PORT=8080Reading statistics with the NetoFlow API
Using curl to read statistics from NetoFlow running on localhost
curl to read statistics from NetoFlow running on localhostLast updated