Search found 4 matches

by talfano
Wed Jun 29, 2016 2:50 pm
Forum: Nagios Network Analyzer
Topic: No data being recieved by NNA - Linux/fprobe
Replies: 5
Views: 1990

No data being recieved by NNA - Linux/fprobe

We have installed fprobe on our linux server and I have created a NNA source on the server for port 2707. The following process is running on the Linux server which should be sending NetFlow Data to the Nagios server: root 6208 0.0 0.0 55776 5636 ? Ssl 14:28 0:00 /usr/local/sbin/fprobe -i bond0 172....
by talfano
Thu Jun 09, 2016 8:18 am
Forum: Nagios Network Analyzer
Topic: NNA permission denied after ./fullinstall
Replies: 5
Views: 1866

Re: NNA permission denied after ./fullinstall

The Centos we are using is a slightly modified distribution provided by our colo provider. So..... The original issue was this: "For security purposes, your /tmp directory is mounted with the 'noexec' flag which prevents that script from executing. You can either temporarily remount /tmp withou...
by talfano
Wed Jun 08, 2016 2:21 pm
Forum: Nagios Network Analyzer
Topic: NNA permission denied after ./fullinstall
Replies: 5
Views: 1866

Re: NNA permission denied after ./fullinstall

hsmith wrote:SELinux running?

Code: Select all

getenforce


Thank you for the fast response!


SELinux status: disabled
by talfano
Wed Jun 08, 2016 2:05 pm
Forum: Nagios Network Analyzer
Topic: NNA permission denied after ./fullinstall
Replies: 5
Views: 1866

NNA permission denied after ./fullinstall

Centos 6.8 I'm trying to execute ./fullinstall as instructed in the NNA install guide and I'm getting a permission denied. It looks like the file permissions are ok: $ su - Password: [root@nagios01 ~]# cd /tmp/nagiosna/ [root@nagios01 nagiosna]# ./fullinstall -bash: ./fullinstall: Permission denied ...