Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
ruffy01
Posts: 24 Joined: Wed Mar 23, 2016 4:59 pm
Post
by ruffy01 » Thu Nov 17, 2016 6:37 pm
Thanks guys
Code: Select all
# sestatus
SELinux status: disabled
# ls -ld /usr/local/nagios/etc/ssl/ca/
drwxr-x--- 2 root root
# ls -ld /usr/local/nagios/etc/ssl/
drwxr-x--- 5 root nagios
I altered permissions on the folders so that 'Others' had read access and it's all working fine now.
Code: Select all
# ls -ld /usr/local/nagios/etc/ssl/ca/
drwxr-xr-x 2 root root
# ls -ld /usr/local/nagios/etc/ssl/
drwxr-xr-x 5 root nagios
Greatly appreciated.
Cheers,
Andrew
avandemore
Posts: 1597 Joined: Tue Sep 27, 2016 4:57 pm
Post
by avandemore » Fri Nov 18, 2016 10:22 am
It appears your issue is resolved then, are we ok to lock this thread?
Previous Nagios employee
ruffy01
Posts: 24 Joined: Wed Mar 23, 2016 4:59 pm
Post
by ruffy01 » Fri Nov 18, 2016 4:22 pm
avandemore wrote: It appears your issue is resolved then, are we ok to lock this thread?
Yeah, certainly. Thanks.
Cheers,
Andrew.