Availability report PDF currupt
-
anil_kumarv
- Posts: 50
- Joined: Thu Oct 17, 2013 2:00 am
Re: Availability report PDF currupt
Attached screenshot of the page
You do not have the required permissions to view the files attached to this post.
Re: Availability report PDF currupt
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?
What nagiosadmin's default language?
Is use_https enabled in the nagiosxi/html/config.inc.php?
Nicholas Scott
Former Nagios employee
Former Nagios employee
-
sreinhardt
- -fno-stack-protector
- Posts: 4366
- Joined: Mon Nov 19, 2012 12:10 pm
Re: Availability report PDF currupt
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.orgNagios-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
Default language is set to English. Also use_https is set to false :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?
-----------------------------------------------------------
# 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
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
Have you tried changing the "Program URL" under the "System Settings" from:
to
for testing purposes? Does this make a difference?
Code: Select all
https://ldv-inf-p-mon01.ldv.eng.nai.org/nagiosxi/Code: Select all
http://ldv-inf-p-mon01.ldv.eng.nai.org/nagiosxi/Be sure to check out our Knowledgebase for helpful articles and solutions!