Search found 33 matches
- Thu Jul 25, 2024 3:27 pm
- Forum: Nagios XI
- Topic: 2024R1.1.5 Linux NCPA add not working, ssl issue?
- Replies: 2
- Views: 1951
Re: 2024R1.1.5 Linux NCPA add not working, ssl issue?
False alarm. I had gone through my normal CIS secure config playbook and it seemed to work after that, but enabling selinux stops the wizard from being able to add a new host.
- Thu Jul 25, 2024 2:03 pm
- Forum: Nagios XI
- Topic: 2024R1.1.5 Linux NCPA add not working, ssl issue?
- Replies: 2
- Views: 1951
2024R1.1.5 Linux NCPA add not working, ssl issue?
I migrated to a new Nagios server and my Linux hosts monitored immediately started giving me errors about completing the SSL handshake. I tried to add a new Linux host with a newly downloaded version of the ncpa server and the wizard won't add it. The wizard just says "Unable to contact server....
- Thu Jul 25, 2024 10:17 am
- Forum: Nagios XI
- Topic: Upgrade not working?
- Replies: 18
- Views: 21292
Re: Upgrade not working?
Well, RHEL7 has extended support, but maybe it won't continue being back-ported to CentOS 7 which is what the Nagios OVA used. My update worked eventually. I did the following: upgraded my CentOS 7.9 OVA install to 2024R1.1.4 doing what I said a couple of posts above and then made a backup tar.gz fi...
- Thu Jul 25, 2024 8:38 am
- Forum: Nagios XI
- Topic: Upgrade not working?
- Replies: 18
- Views: 21292
Re: Upgrade not working?
FYI, I'm still working on the problem. It does seem like they don't support EL7 anymore in their install script for 2024R1.1.5 even though the compatibility matrix says it is supported: https://nagiosenterprises.my.site.com/support/s/article/Nagios-Software-OS-supported-versions I did this fix to th...
- Wed Jul 24, 2024 3:11 pm
- Forum: Nagios XI
- Topic: Upgrade not working?
- Replies: 18
- Views: 21292
Re: Upgrade not working?
Same thing happening to me. I'm running the Nagios XI virtual appliance that is still on Centos 7.9. I need to start fresh to get the underlying OS supported, so I downloaded the newest OVA which is running Centos 9 and Nagios XI 2024R1.1.5 and imported it into vSphere and launched it. Now I need to...
- Fri Nov 03, 2023 3:12 pm
- Forum: Nagios XI
- Topic: High Nagois XI server CPU load, find proccesses
- Replies: 3
- Views: 2272
Re: High Nagois XI server CPU load, find proccesses
deleting everything in /usr/local/nagios/var/spool/xidpe/ and the perfdata directory fixed this.
- Fri Nov 03, 2023 2:29 pm
- Forum: Nagios XI
- Topic: High Nagois XI server CPU load, find proccesses
- Replies: 3
- Views: 2272
Re: High Nagois XI server CPU load, find proccesses
on further searching the issue seems to be too many files in /usr/local/nagios/var/spool/xidpe/ directory. So many that "ls" doesn't even return.
I'm waiting for "rm -vf" to return anything, but it also is just sitting there, so I assume there are many many files.
I'm waiting for "rm -vf" to return anything, but it also is just sitting there, so I assume there are many many files.
- Fri Nov 03, 2023 2:14 pm
- Forum: Nagios XI
- Topic: High Nagois XI server CPU load, find proccesses
- Replies: 3
- Views: 2272
High Nagois XI server CPU load, find proccesses
I'm seeing piles of "find" processes in my Nagios XI server. The number varies but it goes between around 10 and 100 and seems to happen frequently. They are all being run by user nagios. It's a 2 vCPU virtual machine and seems to be averaging a load of around 84 percent all the time. Any ...
- Thu May 09, 2019 2:20 pm
- Forum: Nagios XI
- Topic: Updating Nagios XI through GUI hung
- Replies: 4
- Views: 764
Re: Updating Nagios XI through GUI hung
To clear out the "update in progress" message one of these should do the trick(assuming the default dbs are used): echo "update xi_commands set status_code = '2' where command = '1120';" | mysql -uroot -pnagiosxi nagiosxi echo "update xi_commands set status_code = '2' where...
- Thu May 09, 2019 2:18 pm
- Forum: Nagios XI
- Topic: Updating Nagios XI through GUI hung
- Replies: 4
- Views: 764
Re: Updating Nagios XI through GUI hung
Nevermind. I found the support PDF that says how to do it from the command line which worked fine. I'm on 5.6.1 now.