Page 1 of 1

Scheduled Page reports

Posted: Sat Aug 17, 2013 11:41 am
by arnab.roy
Hi Guys,

We have stumbled upon an error, where in when we try to save the report we get an error saying
Schedule New Page

Invalid report URL.

Use this form to create a new scheduled report that is sent to one or more recipients you define.
Page URL:

The relative URL of the page to deliver as a scheduled report.
It seems like for some reason the page url is blank , can you point me how I can troubleshoot this further......

Re: Scheduled Page reports

Posted: Mon Aug 19, 2013 10:27 am
by lmiltchev
Try to schedule a report, then run the following command and send us the output:

Code: Select all

tail /var/log/httpd/error_log
What do you have in the "Program URL" and the "External URL" fields (Admin->Manage System Config)?

Re: Scheduled Page reports

Posted: Mon Aug 26, 2013 2:56 pm
by arnab.roy
Hi Guys,

I dont see any errors in the apache log while generating the report.

The program url and system url are both set to https://servername/nagiosxi

Re: Scheduled Page reports

Posted: Mon Aug 26, 2013 3:27 pm
by lmiltchev
Can you go to Admin->Manage System Config, and modify the url from:

Code: Select all

https://servername/nagiosxi
to

Code: Select all

https://servername/nagiosxi/
and see if this is going to fix your issue?

BTW, does the "servername" include the "nagiosxi" string in it?