Executive Summary Report PDF blank

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
siriideepak
Posts: 78
Joined: Tue Feb 28, 2012 7:21 am

Executive Summary Report PDF blank

Post by siriideepak »

Hi,

I am having an issue regarding executive summary PDF. When i used to click executive summary under available reports it shows the report on the screen but when i used to click the PDF icon the report appears to be blank and i also updated the nagios xi to latest version Nagios XI 2012R1.6. Kindly update on this.Thanks!!

Regards,
Deepak.P
slansing
Posts: 7698
Joined: Mon Apr 23, 2012 4:28 pm
Location: Travelling through time and space...

Re: Executive Summary Report PDF blank

Post by slansing »

If you still have your original Nagios XI install directory run the following:

Code: Select all

cd /tmp/nagiosxi/subcomponents/wkhtml/
./install
If not, you can download the latest version and extract it from the /tmp directory and still run the command. Let us know if this helps!
siriideepak
Posts: 78
Joined: Tue Feb 28, 2012 7:21 am

Re: Executive Summary Report PDF blank

Post by siriideepak »

Hi,

As you said i run the following command it returns the error kindly advice on this.

[root@monitoring nagiosxi]# cd /tmp/nagiosxi/subcomponents/wkhtml/
[root@monitoring wkhtml]# ll
total 4
-rwxr-xr-x 1 root root 979 Feb 6 21:01 install
[root@monitoring wkhtml]# ./install
Traceback (most recent call last):
File "./install", line 17, in ?
installpath = os.environ['INSTALL_PATH']
File "/usr/lib/python2.4/UserDict.py", line 17, in __getitem__
def __getitem__(self, key): return self.data[key]
KeyError: 'INSTALL_PATH'
[root@monitoring wkhtml]#

Regards,
Deepak.P
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: Executive Summary Report PDF blank

Post by lmiltchev »

Open the install file in a text editor:

Code: Select all

vi /tmp/nagiosxi/subcomponents/wkhtml/install
and change line 17 from this:

Code: Select all

installpath = os.environ['INSTALL_PATH']
to this:

Code: Select all

installpath = '/tmp/nagiosxi'
Save the file and try to run the install again:

Code: Select all

cd /tmp/nagiosxi/subcomponents/wkhtml/
./install
Be sure to check out our Knowledgebase for helpful articles and solutions!
siriideepak
Posts: 78
Joined: Tue Feb 28, 2012 7:21 am

Re: Executive Summary Report PDF blank

Post by siriideepak »

Hi,

Thanks for the prompt reply now its working fine. Kudos to you.

Regards,
Deepak.P
Locked