I have netflow data from 2 sources, a Fortigate firewall and also a linux server.
Both sources are generating data, I can confirm using "nfdump -r flowfile" or "tcpdump dst port ####"
The /usr/local/nagiosna/var/bandwidth.rrd file also exists in both source folders
As user nna, running /usr/local/nagiosna/scripts/nagiosna stop, and then start, does show a unknown time unit '1W" error and wondered if this has something to do with it.
nna@nagiosna [/usr/local/nagiosna/scripts]
$ ./nagiosna stop
NagiosNA backend stopped.
nna@nagiosna [/usr/local/nagiosna/scripts]
$ ./nagiosna start
FirewallD is not running
FirewallD is not running
Unknown time unit '1W'
FirewallD is not running
FirewallD is not running
NagiosNA backend started...
I have tried RHEL9 and Centos9 builds, and get the same results.
Any insights would be greatly appreciated.