Page 2 of 2

Re: Nagios XI host and service detail screens blank

Posted: Thu Nov 18, 2021 2:42 pm
by gsmith
Hey Rob,

Thanks for that info. I'll keep looking and I'll talk to Sean.

Thanks

Re: Nagios XI host and service detail screens blank

Posted: Thu Nov 18, 2021 3:24 pm
by gsmith
hi Rob,

Can you go to the Home tab in your browser.

Now in a CLI run:

Code: Select all

tail -f /var/log/httpd/access_log
go back to the web browser and click on one of the hosts or services while
watching the output of the tail command.

Are there any errors or warning?

Thanks

Re: Nagios XI host and service detail screens blank

Posted: Thu Nov 18, 2021 3:54 pm
by murdock
Hi...

[root@campusmon2v2 ~]# tail -f /var/log/httpd/access_log
::1 - - [18/Nov/2021:14:49:27 -0600] "OPTIONS * HTTP/1.0" 200 - "-" "Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/5.4.16 (internal dummy connection)"
::1 - - [18/Nov/2021:14:49:28 -0600] "OPTIONS * HTTP/1.0" 200 - "-" "Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/5.4.16 (internal dummy connection)"
::1 - - [18/Nov/2021:14:49:47 -0600] "OPTIONS * HTTP/1.0" 200 - "-" "Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/5.4.16 (internal dummy connection)"
::1 - - [18/Nov/2021:14:49:48 -0600] "OPTIONS * HTTP/1.0" 200 - "-" "Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/5.4.16 (internal dummy connection)"
::1 - - [18/Nov/2021:14:49:52 -0600] "OPTIONS * HTTP/1.0" 200 - "-" "Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/5.4.16 (internal dummy connection)"
::1 - - [18/Nov/2021:14:50:26 -0600] "OPTIONS * HTTP/1.0" 200 - "-" "Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/5.4.16 (internal dummy connection)"
127.0.0.1 - - [18/Nov/2021:14:50:32 -0600] "GET / HTTP/1.0" 302 193 "-" "check_http/v2.3.3 (nagios-plugins 2.3.3)"
::1 - - [18/Nov/2021:14:50:46 -0600] "OPTIONS * HTTP/1.0" 200 - "-" "Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/5.4.16 (internal dummy connection)"
::1 - - [18/Nov/2021:14:50:47 -0600] "OPTIONS * HTTP/1.0" 200 - "-" "Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/5.4.16 (internal dummy connection)"
::1 - - [18/Nov/2021:14:50:52 -0600] "OPTIONS * HTTP/1.0" 200 - "-" "Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/5.4.16 (internal dummy connection)"
^C
[root@campusmon2v2 ~]#

BTW Sean is asking similar kinds of things over in ticket 477713... do we want to close this forum post...?

Rob

Re: Nagios XI host and service detail screens blank

Posted: Thu Nov 18, 2021 4:35 pm
by gsmith
hey Rob,

Yeah I'll close this out.

Thanks