Another NFSEN Integration question

Loving librenms. Figured I would see if I could do the nfsen thing and hopefully have one less place to go for information about the network. Setup nfsen box and got it working. setup a switch to export sflow. Everything looks great on the nfsen side.

from the nfsen box I exported
/opt/nfsen LibreServer(rw,sync)
/var/nfdump/bin LibreServer(rw,sync)

On my LibreServer I added these paths to fstab and modified my config.php to contain:

##########NFSEN##############
$config[‘nfsen_enable’] = 1;
$config[‘nfsen_split_char’] = ‘_’;
$config[‘nfsen_base’][] = ‘/media/nfsen/’;
$config[‘nfsen_rrds’][] = ‘/media/nfsen/profiles-stat/live/’;
$config[‘nfsen_rrds’][] = ‘/media/nfsen/profiles-stat’;
$config[‘nfdump’] = ‘/media/nfdump/nfdump’;

I even went to my nfsen box and added a pointer for the one switch I’m exporting which is 10_11_1_10
and added a symbolic link for 10.11.1.10 (using only IP’s for hosts in libre).

I get the netflow tab for 10.11.1.10 but nothing more. I played around with changing the hostname in librenms to 10_11_1_10 thinking that maybe it couldn’t find the RRD and I have no love happening here.

Any ideas?

same case here and Waiting for workarround,