1st source created; starting fails

This support forum board is for support questions relating to Nagios Network Analyzer, our network traffic and bandwidth analysis solution.
Locked
bobmac
Posts: 3
Joined: Fri Oct 24, 2014 5:12 pm

1st source created; starting fails

Post 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
User avatar
eloyd
Cool Title Here
Posts: 2190
Joined: Thu Sep 27, 2012 9:14 am
Location: Rochester, NY
Contact:

Re: 1st source created; starting fails

Post by eloyd »

How did you install NNA?
Image
Eric Loyd • http://everwatch.global • 844.240.EVER • @EricLoyd
I'm a Nagios Fanatic! • Join our public Nagios Discord Server!
bobmac
Posts: 3
Joined: Fri Oct 24, 2014 5:12 pm

Re: 1st source created; starting fails

Post 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?
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: 1st source created; starting fails

Post 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
Be sure to check out our Knowledgebase for helpful articles and solutions!
bobmac
Posts: 3
Joined: Fri Oct 24, 2014 5:12 pm

Re: 1st source created; starting fails

Post 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.
User avatar
eloyd
Cool Title Here
Posts: 2190
Joined: Thu Sep 27, 2012 9:14 am
Location: Rochester, NY
Contact:

Re: 1st source created; starting fails

Post by eloyd »

Even in my DoE days, we had sudo access.
Last edited by eloyd on Mon Jan 12, 2015 5:37 pm, edited 1 time in total.
Image
Eric Loyd • http://everwatch.global • 844.240.EVER • @EricLoyd
I'm a Nagios Fanatic! • Join our public Nagios Discord Server!
slansing
Posts: 7698
Joined: Mon Apr 23, 2012 4:28 pm
Location: Travelling through time and space...

Re: 1st source created; starting fails

Post 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.
User avatar
eloyd
Cool Title Here
Posts: 2190
Joined: Thu Sep 27, 2012 9:14 am
Location: Rochester, NY
Contact:

Re: 1st source created; starting fails

Post 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.
Image
Eric Loyd • http://everwatch.global • 844.240.EVER • @EricLoyd
I'm a Nagios Fanatic! • Join our public Nagios Discord Server!
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: 1st source created; starting fails

Post by lmiltchev »

bobmac, were you able to run these commands?
Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked