Page 2 of 2
Re: setting up nrdp
Posted: Thu Feb 13, 2014 10:19 am
by scottwilkerson
This could be permissions on the directory tree too, lets run
Code: Select all
ls -ld /usr/local/nagios4/var/rw
ls -ld /usr/local/nagios4/var
ls -ld /usr/local/nagios4
Re: setting up nrdp
Posted: Thu Feb 13, 2014 11:21 am
by jssingh
To make this easier to read, let's pretend the user we use for nagios is "nagiosuser", the group is "nagiosgroup" and the group I created for nrdp is "nrdpgroup". I've changed the actual user/group names below instead of just redacting them.
Code: Select all
-bash-4.1$ ls -ld /usr/local/nagios4/var/rw
drwxrwsr-x 2 nagiosuser nrdpgroup 4096 Jan 16 08:43 /usr/local/nagios4/var/rw
-bash-4.1$ ls -ld /usr/local/nagios4/var
drwxrwxr-x 6 nagiosuser nrdpgroup 4096 Feb 13 08:13 /usr/local/nagios4/var
-bash-4.1$ ls -ld /usr/local/nagios4
drwxr-xr-x 9 nagiosuser nagiosgroup 4096 Dec 9 15:26 /usr/local/nagios4
-bash-4.1$
Re: setting up nrdp
Posted: Thu Feb 13, 2014 11:24 am
by jssingh
It's working now! I didn't change anything. Maybe a new day was what it needed?
thanks for all the help!