NSTI installation on Rocky OS - Getting Forbidden error

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.
Post Reply
amane
Posts: 77
Joined: Thu Jan 18, 2018 9:53 am

NSTI installation on Rocky OS - Getting Forbidden error

Post by amane »

Hi,
We have installed NSTI on rocky os, however getting below error on when we trying to open console.
Error:
Forbidden
You don't have permission to access this resource.

As mentioned in viewtopic.php?t=46631, i have replaced the lines with below content on /etc/httpd/conf.d/nsti.conf and restarted httpd.

<Directory "/usr/local/nsti">
Require all granted
</Directory>

But after making these changes start getting different error.
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator at root@localhost to inform them of the time this error occurred, and the actions you performed just before this error.
More information about this error may be available in the server error log.server error.

So I reverted the changes.

mod_wsgi (pid=1883788): Failed to exec Python script file '/usr/local/nsti/wsgi.py' error occurred in /var/log/httpd/error_log file.

Could you please help to troubleshoot this issue.

Thank You
kg2857
Posts: 237
Joined: Wed Apr 12, 2023 5:48 pm

Re: NSTI installation on Rocky OS - Getting Forbidden error

Post by kg2857 »

What does a search say about?
mod_wsgi (pid=1883788): Failed to exec Python script file '/usr/local/nsti/wsgi.py' error occurred in /var/log/httpd/error_log file.
amane
Posts: 77
Joined: Thu Jan 18, 2018 9:53 am

Re: NSTI installation on Rocky OS - Getting Forbidden error

Post by amane »

We are facing problem to install the PIP modules. Latest modules is not supporting to the NSTI.

Could you please provide the proper installation steps for ROCKY8 OS.
gwesterman
Posts: 97
Joined: Wed Aug 23, 2023 11:29 am

Re: NSTI installation on Rocky OS - Getting Forbidden error

Post by gwesterman »

Hi @amane,

I would take a look at this thread. NSTI is no longer being updated and has been largely replaced by NXTI in XI.
Koshka23
Posts: 1
Joined: Sun Feb 04, 2024 9:27 am

Re: NSTI installation on Rocky OS - Getting Forbidden error

Post by Koshka23 »

nice thnx
Post Reply