NSTI installation on Nagios Core

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.
Locked
nyinyinaing
Posts: 5
Joined: Tue Nov 28, 2017 3:21 am

NSTI installation on Nagios Core

Post 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
kyang

Re: NSTI installation on Nagios Core

Post 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
nyinyinaing
Posts: 5
Joined: Tue Nov 28, 2017 3:21 am

Re: NSTI installation on Nagios Core

Post by nyinyinaing »

CentOS 7
I followed installation steps from github.

here is nsti.conf
Image
kyang

Re: NSTI installation on Nagios Core

Post 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
Locked