Cannot add hosts to a hostgoup

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
User avatar
snapon_admin
Posts: 952
Joined: Mon Jun 10, 2013 10:39 am
Location: Kenosha, WI
Contact:

Cannot add hosts to a hostgoup

Post by snapon_admin »

Something screwy is going on when trying to add some hosts to a hostgroup that I've never seen before. When I try to search for the hosts to add, nothing is coming up, even though the hosts are clearly there in CCM.

Hostgroup:
kettering host group.png
Hosts are definitely there:
kettering hosts.png
Running XI 5.6.10 on CentOS 7
You do not have the required permissions to view the files attached to this post.
User avatar
tgriep
Madmin
Posts: 9190
Joined: Thu Oct 30, 2014 9:02 am

Re: Cannot add hosts to a hostgoup

Post by tgriep »

First, update the PHP limits in the server.
I takes a bit of resources for the filter to run and the limits may of been hit.
See this article for instructions.
https://support.nagios.com/kb/article/n ... e-611.html

See if this fixes the issue.
Be sure to check out our Knowledgebase for helpful articles and solutions!
User avatar
snapon_admin
Posts: 952
Joined: Mon Jun 10, 2013 10:39 am
Location: Kenosha, WI
Contact:

Re: Cannot add hosts to a hostgoup

Post by snapon_admin »

That was the first place I checked. Mem limit is set to 4096, and execution/input times are set to 90. Here's what I'm getting in that error log:

Code: Select all

[root@lisl-ngos-02-pv ~]# tail /var/log/httpd/*rror_log
==> /var/log/httpd/error_log <==
Use of uninitialized value $syslocation in concatenation (.) or string at /usr/bin/cfgmaker line 412.
Loading page (1/2)
Warning: SSL error ignored                                        
Warning: SSL error ignored                                        
Warning: SSL error ignored                                        
Warning: SSL error ignored
Warning: SSL error ignored
Warning: SSL error ignored
Rendering (2/2)                                                    
Done                                                               

==> /var/log/httpd/ssl_error_log <==
[Fri Apr 24 02:26:58.750766 2020] [php7:error] [pid 30670] [client 10.245.8.108:52099] script '/var/www/html/wso2.php' not found or unable to stat
[Fri Apr 24 02:26:58.769851 2020] [php7:error] [pid 30601] [client 10.245.8.108:52101] script '/var/www/html/wso2.5.php' not found or unable to stat
[Fri Apr 24 02:26:58.782661 2020] [php7:error] [pid 13094] [client 10.245.8.108:52103] script '/var/www/html/FaTaLisTiCz_Fx.php' not found or unable to stat
[Fri Apr 24 02:26:58.795756 2020] [php7:error] [pid 30603] [client 10.245.8.108:52104] script '/var/www/html/Fx29Sh.php' not found or unable to stat
[Fri Apr 24 02:26:58.807733 2020] [php7:error] [pid 17997] [client 10.245.8.108:52105] script '/var/www/html/fx29sh.php' not found or unable to stat
[Fri Apr 24 02:26:58.820432 2020] [php7:error] [pid 29939] [client 10.245.8.108:52106] script '/var/www/html/Crystal.php' not found or unable to stat
[Fri Apr 24 02:26:58.833699 2020] [php7:error] [pid 18060] [client 10.245.8.108:52107] script '/var/www/html/CrystalShell.php' not found or unable to stat
[Fri Apr 24 02:26:58.846600 2020] [php7:error] [pid 21166] [client 10.245.8.108:52108] script '/var/www/html/PHPJackal.php' not found or unable to stat
[Fri Apr 24 02:26:58.859210 2020] [php7:error] [pid 9977] [client 10.245.8.108:52109] script '/var/www/html/r57.php' not found or unable to stat
[Fri Apr 24 02:26:58.872121 2020] [php7:error] [pid 21159] [client 10.245.8.108:52110] script '/var/www/html/r57shell.php' not found or unable to stat
ssax
Dreams In Code
Posts: 7682
Joined: Wed Feb 11, 2015 12:54 pm

Re: Cannot add hosts to a hostgoup

Post by ssax »

I'd try cranking up the max_execution_time to like 120 but I'm not sure that's going to resolve this.
ssax
Dreams In Code
Posts: 7682
Joined: Wed Feb 11, 2015 12:54 pm

Re: Cannot add hosts to a hostgoup

Post by ssax »

Please PM me a copy of your profile, you can download it from Admin > System Profile > Download Profile.
User avatar
snapon_admin
Posts: 952
Joined: Mon Jun 10, 2013 10:39 am
Location: Kenosha, WI
Contact:

Re: Cannot add hosts to a hostgoup

Post by snapon_admin »

This still isn't working, any other ideas?
ssax
Dreams In Code
Posts: 7682
Joined: Wed Feb 11, 2015 12:54 pm

Re: Cannot add hosts to a hostgoup

Post by ssax »

Are you using Chrome? Can you try in Firefox?

Otherwise, please create a ticket for this and include a link back to this forum thread so we can get a remote session setup:

https://support.nagios.com/tickets/
Locked