Netflow using NFsen

Hello Team!,

I absolutely love LibreNMS and have recently spun up a server in my enterprise environment. I’m having trouble getting the last step of the NFsen to happen. “You should see a new tab for the device called Nfsen.”

I have already completed the steps for configuring NFDump and NFSen per online documentation.

Below is what I have added:

./opt/librenms/config.php

//NFSen RRD dir.
$config[‘nfsen_enable’] = 1;
$config[‘nfsen_split_char’] = ‘_’;
$config[‘nfsen_rrds’][] = ‘/var/nfsen/profiles-stat/live/’;
$config[‘nfsen_rrds’][] = ‘/var/nfsen/profiles-stat’;
$config[‘nfsen_suffix’] = “_yourdomain_com”;

Below is the Validate PHP

====================================

Component Version
LibreNMS 1.43-127-g54de88415
DB Schema 268
PHP 7.2.10-0ubuntu0.18.04.1
MySQL 10.1.34-MariaDB-0ubuntu0.18.04.1
RRDTool 1.7.0
SNMP NET-SNMP 5.7.3

====================================

[OK] Composer Version: 1.7.2
[OK] Dependencies up-to-date.
[OK] Database connection successful
[OK] Database schema correct
[FAIL] You have no timezone set for php.
[FIX] http://php.net/manual/en/datetime.configuration.php#ini.date.timezone
[FAIL] The poller (rkubuntu01) has not completed within the last 5 minutes, check the cron job.
[WARN] Some devices have not been polled in the last 5 minutes. You may have performance issues.

[FAIL] Some devices have not completed their polling run in 5 minutes, this will create gaps in data.

[FAIL] Discovery has not completed in the last 24 hours.
[FIX] Check the cron job to make sure it is running and using discovery-wrapper.py

I don’t know about NFsen but you should fix those fails in your validation.

I have been cleaning those us already. Thank you

====================================

Component Version
LibreNMS 1.43-134-g68484d305
DB Schema 268
PHP 7.2.10-0ubuntu0.18.04.1
MySQL 10.1.34-MariaDB-0ubuntu0.18.04.1
RRDTool 1.7.0
SNMP NET-SNMP 5.7.3

====================================

[OK] Composer Version: 1.7.2
[OK] Dependencies up-to-date.
[OK] Database connection successful
[OK] Database schema correct

did you ever get this resolved?