Page 1 of 1

Receiving data, but no reports with NA

Posted: Fri Oct 09, 2015 7:40 am
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

Re: Receiving data, but no reports with NA

Posted: Fri Oct 09, 2015 11:37 am
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 

Re: Receiving data, but no reports with NA

Posted: Mon Oct 12, 2015 9:51 am
by CarlWedu
Seems to have done the trick. Thank you, jdalrymple!!