Availability report PDF currupt

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
anil_kumarv
Posts: 50
Joined: Thu Oct 17, 2013 2:00 am

Re: Availability report PDF currupt

Post by anil_kumarv »

Attached screenshot of the page
You do not have the required permissions to view the files attached to this post.
User avatar
nscott
Posts: 1040
Joined: Wed May 11, 2011 8:54 am

Re: Availability report PDF currupt

Post 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?
Nicholas Scott
Former Nagios employee
sreinhardt
-fno-stack-protector
Posts: 4366
Joined: Mon Nov 19, 2012 12:10 pm

Re: Availability report PDF currupt

Post 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
Nagios-Plugins maintainer exclusively, unless you have other C language bugs with open-source nagios projects, then I am happy to help! Please pm or use other communication to alert me to issues as I no longer track the forum.
anil_kumarv
Posts: 50
Joined: Thu Oct 17, 2013 2:00 am

Re: Availability report PDF currupt

Post 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
-----------------------------------------------------------
anil_kumarv
Posts: 50
Joined: Thu Oct 17, 2013 2:00 am

Re: Availability report PDF currupt

Post 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
--------------------------------------------------------------------------------
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: Availability report PDF currupt

Post 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?
Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked