Page 1 of 1
1st source created; starting fails
Posted: Fri Jan 09, 2015 6:31 pm
by bobmac
completely new to NA; created a source, defined it in NA; clicking on start does not start it (no, this is not a joke post)
tcpdump at firewall shows flow is making it through
Re: 1st source created; starting fails
Posted: Fri Jan 09, 2015 6:57 pm
by eloyd
How did you install NNA?
Re: 1st source created; starting fails
Posted: Fri Jan 09, 2015 7:08 pm
by bobmac
The sysadmins install stuff. Notwithstanding, I don't think they know what the hell they're doing, they have to redo it over and over.
I'll do a tcpdump at the cli Monday AM to verify netflow is getting to NNA. I'm sure it is arriving, what might I do as the next step to debug the non-starting behavior?
Re: 1st source created; starting fails
Posted: Mon Jan 12, 2015 11:04 am
by lmiltchev
What is the version of the Nagios Network Analyzer that you are currently running?
Run the following commands and show us the output:
Code: Select all
uname -a
cat /etc/*release
ps aux | grep nfcapd
which rrdtool
sh /usr/local/nagiosna/bin/nagiosna start
tail /var/log/messages
cat /etc/sudoers.d/nna_conf
Re: 1st source created; starting fails
Posted: Mon Jan 12, 2015 3:56 pm
by bobmac
Problem was that I'm not a sysadmin. The sysadmins are the only ones authorized to run commands that require root permissions. That includes starting a SOURCE up. Thanks for the responses above.
If there's anyone else in DoD places who has gotten around this conflict (net eng not allowed to run processes owned by root), maybe you can reply. Until I get a linux cert (in my copious free time), this issue literally can cost days in lost time to get a simple task done.
Re: 1st source created; starting fails
Posted: Mon Jan 12, 2015 4:09 pm
by eloyd
Even in my DoE days, we had sudo access.
Re: 1st source created; starting fails
Posted: Mon Jan 12, 2015 5:32 pm
by slansing
Unfortunately, having root access, or some form of it, is almost a necessity in most cases when it comes to administrating a monitoring solution such as Nagios, if not required, it is extremely helpful. We'll keep this thread open for a bit to see if anyone who has been in the same spot has any good ideas, or tips for you to bring to the table.
Re: 1st source created; starting fails
Posted: Mon Jan 12, 2015 5:37 pm
by eloyd
@lmiltchev listed commands that do not require root to run. You should at least try them out so it's easier to help you.
Re: 1st source created; starting fails
Posted: Mon Jan 12, 2015 6:01 pm
by lmiltchev
bobmac, were you able to run these commands?