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
Receiving data, but no reports with NA
Receiving data, but no reports with NA
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
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
Seems to have done the trick. Thank you, jdalrymple!!