Hello, The recent netflow question, reminded me that I needed to finish configuring nfsen on our box. I started going through the process of configuring observium, but no matter what I put in the config file, the suffix would not be removed.
Digging into the code it looks like the logic was there in the /html/includes/functions.inc.php to check and use strstr to remove the domain name.
But the string that was created was never actually used to open the rrd file.
I have updated our functions.inc.php to use $nfsen_filename instead of $basefilename_underscored when creating the $nfsen_rrd_filename variable and the integration is now working.
Who should I reach out to discuss our small changes to functions.inc.ph in regards to nfsen integration?
Also is it okay to share code snippets of the latest svn branch on this list?
Thank you, Brian