Page 3 of 3

Re: Network Status Page not displaying anything

Posted: Mon Jul 22, 2013 3:26 pm
by lmiltchev
Let's try the following - try to load the Network Status Map page, then run the following command and post the output:

Code: Select all

tail -n 50 /var/log/httpd/error_log

Re: Network Status Page not displaying anything

Posted: Tue Jul 23, 2013 11:55 am
by manymiles
This is the output of the tail, but, I don't think there are any entries in it that pertain to my visit to the page.

Code: Select all

[Sun Jul 21 03:34:04 2013] [notice] Digest: generating secret for digest authentication ...
[Sun Jul 21 03:34:04 2013] [notice] Digest: done
PHP Deprecated:  Comments starting with '#' are deprecated in /etc/php.ini on line 440 in Unknown on line 0
PHP Deprecated:  Comments starting with '#' are deprecated in /etc/php.ini on line 442 in Unknown on line 0
PHP Deprecated:  Comments starting with '#' are deprecated in /etc/php.ini on line 451 in Unknown on line 0
PHP Deprecated:  Comments starting with '#' are deprecated in /etc/php.ini on line 460 in Unknown on line 0
[Sun Jul 21 03:34:04 2013] [notice] Apache/2.2.15 (Unix) DAV/2 PHP/5.3.3 mod_ssl/2.2.15 OpenSSL/1.0.0-fips configured -- resuming normal operations

Re: Network Status Page not displaying anything

Posted: Tue Jul 23, 2013 4:00 pm
by sreinhardt
You only have 4 lines in the error_log? In particular that command should have provided the last 50 lines.

Re: Network Status Page not displaying anything

Posted: Mon Jul 29, 2013 1:22 pm
by manymiles
Yes, that was the entire contents of the error_log file. Four lines.

Re: Network Status Page not displaying anything

Posted: Mon Jul 29, 2013 3:00 pm
by sreinhardt
OH I see, are you using ssl? If so your logs may instead be in ssl_error_log. Try "tail -n 50 /var/log/httpd/ssl_error_log"

Re: Network Status Page not displaying anything

Posted: Tue Jul 30, 2013 6:58 am
by manymiles
Not much more interesting.

Code: Select all

[root@ip-10-60-70-154 log]# tail -n 50 /var/log/httpd/ssl_error_log
[Sun Jul 28 03:06:03 2013] [warn] RSA server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
[Sun Jul 28 03:06:03 2013] [warn] RSA server certificate CommonName (CN) `ip-10-190-210-59' does NOT match server name!?

Re: Network Status Page not displaying anything

Posted: Tue Jul 30, 2013 11:38 am
by manymiles
Could I get this thread moved to "Customer Support-Nagios XI" since I am now a customer?

Re: Network Status Page not displaying anything

Posted: Tue Jul 30, 2013 4:01 pm
by abrist
manymiles wrote:Could I get this thread moved to "Customer Support-Nagios XI" since I am now a customer?
Done.

I am still at a loss for what may be causing this. We may want you to open a ticket by sending an email to [email protected].

Re: Network Status Page not displaying anything

Posted: Wed Jul 31, 2013 6:22 am
by manymiles
Thanks for moving the thread.

And, I've sent an email to support.

Thanks for your continued efforts and ideas.

Re: Network Status Page not displaying anything

Posted: Wed Jul 31, 2013 9:49 am
by yancy
Closing topic