Search found 243 matches

by kg2857
Sat Dec 30, 2023 4:18 am
Forum: Open Source Nagios Projects
Topic: NSTI installation on Rocky OS - Getting Forbidden error
Replies: 3
Views: 11744

Re: NSTI installation on Rocky OS - Getting Forbidden error

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.
by kg2857
Fri Dec 22, 2023 3:17 am
Forum: Nagios XI
Topic: DellEMC OpenManage plugin wizard not working
Replies: 9
Views: 16678

Re: DellEMC OpenManage plugin wizard not working

Use the shell and define a service manually. Wizards make services rather badly so while they're a good learning tool, they aren't good for defining generalized services. Learn about how nagios is supposed to work, and don't depend on wizards. Use templates and hostgroups to generalize services so t...
by kg2857
Fri Dec 22, 2023 3:10 am
Forum: Nagios XI
Topic: Is "Active Check" required somewhere?
Replies: 4
Views: 13997

Re: Is "Active Check" required somewhere?

Typically a host check is defined to ping the host to see if it is reachable. You can use a different check but something standardized is somewhat normal and ping/icmp is the usual way. You need an am I alive check to tell the system to continue checks. The main cfg can fail all other checks or not ...
by kg2857
Tue Dec 19, 2023 12:00 am
Forum: Nagios Log Server
Topic: Why my Nagios licensing showing expired 1969
Replies: 5
Views: 40796

Re: Why my Nagios licensing showing expired 1969

Do you mean whitelist the proxy inside Nagios or on network security side? The nagios server needs to connect to a nagios web server on the internet to check the license status. If it can't connect to that site the license check will fail. The nagios server has a proxy setting in the admin section....
by kg2857
Sun Dec 17, 2023 11:50 pm
Forum: Nagios Log Server
Topic: Why my Nagios licensing showing expired 1969
Replies: 5
Views: 40796

Re: Why my Nagios licensing showing expired 1969

Check your proxy settings and whitelist.
by kg2857
Fri Dec 15, 2023 12:23 am
Forum: Open Source Nagios Projects
Topic: execvp(/bin/sh, ...) failed. errno is 7: Argument list too long
Replies: 5
Views: 21727

Re: execvp(/bin/sh, ...) failed. errno is 7: Argument list too long

I think you'll need to figure out what service is creating the issue and why the arg list is so long. The error is from the shell, suggesting the service command runs a shell script, and isn't really a nagios issue.
by kg2857
Thu Dec 14, 2023 5:18 am
Forum: Nagios XI
Topic: Old ova download
Replies: 6
Views: 17624

Re: Old ova download

The OP may want to say what problem they're trying to solve since it looks like there's more to the story. It might be good to upgrade an install, then create a new one to convert to a later version.
by kg2857
Thu Dec 14, 2023 5:11 am
Forum: Nagios XI
Topic: Install NRPE failed
Replies: 2
Views: 8266

Re: Install NRPE failed

I think newer nrpe installs set nrpe as a service rather than running under xinetd. That said, has the OP thought to read the error messages, check if xinettd is isn installed and maybe setting it up?
by kg2857
Mon Dec 11, 2023 5:59 pm
Forum: Nagios XI
Topic: Importing servers into CCM
Replies: 4
Views: 7493

Re: Importing servers into CCM

You can import valid config files by putting them in the import dir and running the reconfigure script.
by kg2857
Fri Dec 08, 2023 2:00 am
Forum: Nagios XI
Topic: XI2024 | MyTools
Replies: 14
Views: 27898

Re: XI2024 | MyTools

For the web server on the nagios host to serve local files, they have to be under documentroot (with a subdir as desired). This is just normal web server stuff. The permissions on the local dir have to allow the web server to access the page. /usr/local/nagios has never worked for me because it isn'...