Page 2 of 2
Re: Availability report PDF currupt
Posted: Wed Dec 04, 2013 12:33 am
by anil_kumarv
Attached screenshot of the page
Re: Availability report PDF currupt
Posted: Wed Dec 04, 2013 11:07 am
by nscott
I have a few questions that might aid in debugging:
What nagiosadmin's default language?
Is use_https enabled in the nagiosxi/html/config.inc.php?
Re: Availability report PDF currupt
Posted: Wed Dec 04, 2013 11:09 am
by sreinhardt
Considering you are connecting via IP, is the nagios server able to properly resolve that domain name?
Code: Select all
nslookup lvd-inf-p-mon01.ldv.eng.nai.org
Re: Availability report PDF currupt
Posted: Thu Dec 05, 2013 5:18 am
by anil_kumarv
nscott wrote:I have a few questions that might aid in debugging:
What nagiosadmin's default language?
Is use_https enabled in the nagiosxi/html/config.inc.php?
Default language is set to English. Also use_https is set to false :
-----------------------------------------------------------
# grep use_https /usr/local/nagiosxi/html/config.inc.php
$cfg['use_https']=false; // determines whether cron jobs and other scripts will force the use of HTTPS instead of HTTP
-----------------------------------------------------------
Re: Availability report PDF currupt
Posted: Thu Dec 05, 2013 5:23 am
by anil_kumarv
sreinhardt wrote:Considering you are connecting via IP, is the nagios server able to properly resolve that domain name?
Code: Select all
nslookup lvd-inf-p-mon01.ldv.eng.nai.org
Yes. We are able to open the webpage with DNS name as well.
--------------------------------------------------------------------------------
# nslookup ldv-inf-p-mon01.ldv.eng.nai.org
Server: 10.160.64.12
Address: 10.160.64.12#53
Non-authoritative answer:
Name: ldv-inf-p-mon01.ldv.eng.nai.org
Address: 10.161.103.216
--------------------------------------------------------------------------------
Re: Availability report PDF currupt
Posted: Thu Dec 05, 2013 12:04 pm
by lmiltchev
Have you tried changing the "Program URL" under the "System Settings" from:
Code: Select all
https://ldv-inf-p-mon01.ldv.eng.nai.org/nagiosxi/
to
Code: Select all
http://ldv-inf-p-mon01.ldv.eng.nai.org/nagiosxi/
for testing purposes? Does this make a difference?