No Data but Bandwidth Graph shows data recvd

This support forum board is for support questions relating to Nagios Network Analyzer, our network traffic and bandwidth analysis solution.
User avatar
tgriep
Madmin
Posts: 9190
Joined: Thu Oct 30, 2014 9:02 am

Re: No Data but Bandwidth Graph shows data recvd

Post by tgriep »

The post it missing the output of this command.

Code: Select all

cat /etc/sudoers.d/nna_conf
Can you post that too?

Have you tried deleting the source and recreating it?
Be sure to check out our Knowledgebase for helpful articles and solutions!
FLCUISIT
Posts: 93
Joined: Mon Feb 01, 2010 12:09 pm

Re: No Data but Bandwidth Graph shows data recvd

Post by FLCUISIT »

I restored the VM snapshot to pre-configuration and recreated the Source - Same result - I created and associated a view but same results
slansing
Posts: 7698
Joined: Mon Apr 23, 2012 4:28 pm
Location: Travelling through time and space...

Re: No Data but Bandwidth Graph shows data recvd

Post by slansing »

Are you not able to post the output of:

Code: Select all

cat /etc/sudoers.d/nna_conf
For some reason? We really do need to take a look at it.
FLCUISIT
Posts: 93
Joined: Mon Feb 01, 2010 12:09 pm

Re: No Data but Bandwidth Graph shows data recvd

Post by FLCUISIT »

[root@localhost ~]# cat /etc/sudoers.d/nna_conf
Defaults:%nnacmd !requiretty

Cmnd_Alias LIST = /sbin/iptables --list
Cmnd_Alias SAVE = /etc/init.d/iptables save
Cmnd_Alias UPDATE = /sbin/iptables -I INPUT -p udp -j ACCEPT --dport *
Cmnd_Alias DAEMON = /usr/local/nagiosna/bin/nagiosna *

%nnacmd ALL=(ALL) NOPASSWD:LIST
%nnacmd ALL=(ALL) NOPASSWD:SAVE
%nnacmd ALL=(ALL) NOPASSWD:UPDATE
%nnacmd ALL=(ALL) NOPASSWD:/bin/kill *
%nnacmd ALL=(ALL) NOPASSWD:DAEMON
abrist
Red Shirt
Posts: 8334
Joined: Thu Nov 15, 2012 1:20 pm

Re: No Data but Bandwidth Graph shows data recvd

Post by abrist »

Time window: 2006-09-06 22:36:54 - 2006-09-06 22:37:54
Are you still seeing time issues?

Code: Select all

date
file /etc/localtime
grep zone /etc/php.ini
Former Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
FLCUISIT
Posts: 93
Joined: Mon Feb 01, 2010 12:09 pm

Re: No Data but Bandwidth Graph shows data recvd

Post by FLCUISIT »

[root@localhost ~]# date
Thu Dec 18 13:04:42 EST 2014
[root@localhost ~]# file /etc/localtime
/etc/localtime: timezone data, version 2, 4 gmt time flags, 4 std time flags, no leap seconds, 235 transition times, 4 abbreviation chars
[root@localhost ~]# grep zone /etc/php.ini
; Defines the default timezone used by the date functions
; http://www.php.net/manual/en/datetime.c ... e.timezone
date.timezone = US/Eastern
[root@localhost ~]#

Looks right
abrist
Red Shirt
Posts: 8334
Joined: Thu Nov 15, 2012 1:20 pm

Re: No Data but Bandwidth Graph shows data recvd

Post by abrist »

FLCUISIT wrote:Looks right
Indeed, though your timezone configuration is using a deprecated format, I would suggest:

Code: Select all

America/New_York
I think we need to move this to the ticket system. Please email xisupport@nagios.com or nasupport@nagios.com to open a ticket.
Former Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
FLCUISIT
Posts: 93
Joined: Mon Feb 01, 2010 12:09 pm

Re: No Data but Bandwidth Graph shows data recvd

Post by FLCUISIT »

I found another Netflow generator and send packets last night. http://www.vconsole.com/client/?page=page&id=21

NA is working on those packets. It appears to me that the data generated by the first netflow generator may have been invalid for some reason. Although it showed up as captured data it could not analyze it.

Do you agree or should I go forward and open a ticket?
abrist
Red Shirt
Posts: 8334
Joined: Thu Nov 15, 2012 1:20 pm

Re: No Data but Bandwidth Graph shows data recvd

Post by abrist »

FLCUISIT wrote: It appears to me that the data generated by the first netflow generator may have been invalid for some reason.
Do you have any other devices that send actual flows that you could test with?
Former Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
FLCUISIT
Posts: 93
Joined: Mon Feb 01, 2010 12:09 pm

Re: No Data but Bandwidth Graph shows data recvd

Post by FLCUISIT »

That will be next steps now that I know that the NA is working
Locked