Receiving data, but no reports with NA

This support forum board is for support questions relating to Nagios Network Analyzer, our network traffic and bandwidth analysis solution.
Locked
CarlWedu
Posts: 51
Joined: Fri Aug 21, 2015 8:17 am

Receiving data, but no reports with NA

Post by CarlWedu »

Hi,

New to the forum and the Nagios products. Our purchased XI and NA install was done by outside consultants who documented nothing. The whole system was then neglected and now it is at my disposal.
NA version is 2014R1.9

Just setup a new NA source from a Cisco Nexus with export version 9 yesterday afternoon. Receiving data, as in the attached, but not able to generate any reports. There are other Cisco devices previously setup that do generate data and reports.

Any assistance appreciated!

Thanks
You do not have the required permissions to view the files attached to this post.
jdalrymple
Skynet Drone
Posts: 2620
Joined: Wed Feb 11, 2015 1:56 pm

Re: Receiving data, but no reports with NA

Post by jdalrymple »

Is this flexible netflow? If so be certain that you're sending time.

Code: Select all

flow record foobar
 match ipv4 tos
 match ipv4 protocol
 match ipv4 source address
 match ipv4 destination address
 match transport source-port
 match transport destination-port
 collect counter bytes
 collect counter packets
 collect timestamp sys-uptime first
 collect timestamp sys-uptime last 
CarlWedu
Posts: 51
Joined: Fri Aug 21, 2015 8:17 am

Re: Receiving data, but no reports with NA

Post by CarlWedu »

Seems to have done the trick. Thank you, jdalrymple!!
Locked