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
Executive Summary Report PDF blank
-
slansing
- Posts: 7698
- Joined: Mon Apr 23, 2012 4:28 pm
- Location: Travelling through time and space...
Re: Executive Summary Report PDF blank
If you still have your original Nagios XI install directory run the following:
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!
Code: Select all
cd /tmp/nagiosxi/subcomponents/wkhtml/
./install
-
siriideepak
- Posts: 78
- Joined: Tue Feb 28, 2012 7:21 am
Re: Executive Summary Report PDF blank
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
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
Re: Executive Summary Report PDF blank
Open the install file in a text editor:
and change line 17 from this:
to this:
Save the file and try to run the install again:
Code: Select all
vi /tmp/nagiosxi/subcomponents/wkhtml/installCode: Select all
installpath = os.environ['INSTALL_PATH']Code: Select all
installpath = '/tmp/nagiosxi'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
Hi,
Thanks for the prompt reply now its working fine. Kudos to you.
Regards,
Deepak.P
Thanks for the prompt reply now its working fine. Kudos to you.
Regards,
Deepak.P