On Mar 8, 2010, at 12:16 PM, Gezina Dekker wrote: > Hi all, >
> The contents of my /share is the following: > drwxrwxr-x 9 nagios nagcmd 4096 mrt 8 11:39 . > drwx------ 12 nagios nagcmd 4096 mrt 8 11:39 .. Permissions on this directory are not allowing your web server 'rx' access. Looks like this is /usr/local/nagios. chmod 755 /usr/local/nagios or chmod g+rx /usr/local/nagios if your httpd run-as user is in the nagcmd group. -- Marc ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Nagios-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nagios-users ::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. ::: Messages without supporting info will risk being sent to /dev/null
