Welcome! Log In Create A New Profile

Advanced

Help needed getting Nagios to work

Posted by Cloudmaster 
Help needed getting Nagios to work
July 06, 2012 07:30AM
Hi all,

I've tried many 'solutions' I've found on the internet to get this right, but so far nothing has worked properly. With my current setup I can see the Nagios home page, but get 'Access denied' when trying to view any of the charts etc.

I don't believe there's anything wrong with folder / file permissions since it was working fine under Apache.

Here's part of my .conf file for the site, can anyone see what the problem might be?

root /usr/local/nagios/share;
index index.php index.html;

auth_basic "Authentication required";
auth_basic_user_file /usr/local/nagios/etc/htpasswd.users;

location /stylesheets {
alias /usr/local/nagios/share/stylesheets;
}

location ~ \.php$ {
include /etc/nginx/fastcgi_params;
fastcgi_param SCRIPT_FILENAME /usr/local/nagios/share$fastcgi_script_name;
fastcgi_param PATH_INFO $fastcgi_script_name;
fastcgi_pass 127.0.0.1:9000;
fastcgi_intercept_errors on;
}

location ~ ^/nagios/cgi-bin/ {
root /usr/local/nagios/sbin/;
rewrite ^/nagios/cgi-bin/(.*)\.cgi /$1.cgi break;
include /etc/nginx/fastcgi_params;
fastcgi_param AUTH_USER $remote_user;
fastcgi_param REMOTE_USER $remote_user;
fastcgi_param SCRIPT_FILENAME /usr/local/nagios/sbin$fastcgi_script_name;
fastcgi_param PATH_INFO $fastcgi_script_name;
fastcgi_pass 127.0.0.1:9000;
}
}
Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 238
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready