Page 1 of 1

NSTI installation on Nagios Core

Posted: Wed Dec 06, 2017 2:43 am
by nyinyinaing
Hi Team,

I would like to request you to help me in installation process on Nagios Core. I installed nsti on my Nagios Core server. When I try to browse http://<my_nagios_server>/nsti , It shows me 403 Forbidden Error. Help me please

Re: NSTI installation on Nagios Core

Posted: Thu Dec 07, 2017 4:21 pm
by kyang
Which installation did you follow? Github?

What OS are you using?

Could you post your nsti.conf file?

Code: Select all

/etc/httpd/conf.d/nsti.conf

Re: NSTI installation on Nagios Core

Posted: Sun Dec 10, 2017 10:25 am
by nyinyinaing
CentOS 7
I followed installation steps from github.

here is nsti.conf
Image

Re: NSTI installation on Nagios Core

Posted: Mon Dec 11, 2017 1:40 pm
by kyang
Could you edit the nsti.conf to this?

Code: Select all

<Directory "/usr/local/nsti">
Require all granted
</Directory>
Then restart apache. (After restarting, try accessing the nsti interface again.)

Code: Select all

service httpd restart
If that doesn't work, please post up your error logs.

Code: Select all

/var/log/httpd/error_log
/var/log/httpd/access_log