Page 1 of 1

Scheduled Reports blank PDF

Posted: Fri Feb 01, 2013 2:36 pm
by mikemontreal
What version of Nagios XI are you using? 2012R1.4
Linux Distribution and version? 32 or 64bit? 32
VMware Image or Manual Install of XI? VMware Image
Are there specials configurations on your system, ie; is Gnome installed? Are you using a proxy? Are you using SSL? nope

I setup a scheduled report to send me a dashboard with 4 graphs weekly, but every time the pdf turns out to be blank. I tried running two types of graphs, one with Graph Explorer graphs and reg perf Graphs and go the same result (blank pdf). When I run the sched report and tail the httpd logs i get this.

Code: Select all

Loading pages (1/6)
Counting pages (2/6)
Resolving links (4/6)
Loading headers and footers (5/6)
Printing pages (6/6)
Done
[Fri Feb 01 13:35:11 2013] [error] [client x.x.x.x] PHP Notice: Undefined variable: cmd in /usr/local/nagiosxi/html/includes/components/scheduledreporting/schedulereport.php on line 202, referer: http://x.x.x.x/nagiosxi/includes/components/scheduledreporting/schedulereport.php
I did the following
cd /tmp/nagiosxi/subcomponents/wkhtml/
./install

and restarted the nagios server

My reports are still blank :(

httpd log tail update

Code: Select all

    Loading pages (1/6)
    Counting pages (2/6)
    Resolving links (4/6)
    Loading headers and footers (5/6)
    Printing pages (6/6)
    Done
    [Fri Feb 01 10:34:51 2013] [error] [client x.x.x.x] PHP Notice:  Undefined variable: cmd in /usr/local/nagiosxi/html/includes/components/scheduledreporting/schedulereport.php on line 202, referer: http://x.x.x.x/nagiosxi/includes/components/scheduledreporting/schedulereport.php?send=1&id=2uhatc&nsp=419d5df881d7f4a90cae0c5d521b15ac
Still only getting 1 page pdf attached

Re: Scheduled Reports blank PDF

Posted: Fri Feb 01, 2013 2:59 pm
by scottwilkerson