Search found 237 matches

by kg2857
Wed Jan 17, 2024 3:50 am
Forum: Nagios XI
Topic: No space left on device
Replies: 66
Views: 6537

Re: No space left on device

sort: cannot create temporary file in '/tmp': No space left on device
ls -l /tmp
What files are there filling the FS?
by kg2857
Wed Jan 17, 2024 3:12 am
Forum: Nagios XI
Topic: No space left on device
Replies: 66
Views: 6537

Re: No space left on device

Filling up a filespace isn't really a nagios issue and the following message isn't very hard to understand.
sort: cannot create temporary file in '/tmp': No space left on device
by kg2857
Tue Jan 09, 2024 4:04 am
Forum: Nagios XI
Topic: MSSQL monitoring problem
Replies: 13
Views: 13149

Re: MSSQL monitoring problem

If you can ping the host and the port is open you have an odbc connection issue. Often a uname/pasword issue.
by kg2857
Tue Jan 09, 2024 3:58 am
Forum: Nagios XI
Topic: No graph performance data is displayed for some services
Replies: 5
Views: 9549

Re: No graph performance data is displayed for some services

Delete the .rrd and .xml measurement files.
by kg2857
Sat Dec 30, 2023 4:18 am
Forum: Open Source Nagios Projects
Topic: NSTI installation on Rocky OS - Getting Forbidden error
Replies: 4
Views: 11700

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: 16655

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: 13982

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: 40609

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: 40609

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: 21676

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.