Scheduled Page reports

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
User avatar
arnab.roy
Posts: 354
Joined: Sat Apr 30, 2011 10:24 am

Scheduled Page reports

Post 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......
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: Scheduled Page reports

Post 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)?
Be sure to check out our Knowledgebase for helpful articles and solutions!
User avatar
arnab.roy
Posts: 354
Joined: Sat Apr 30, 2011 10:24 am

Re: Scheduled Page reports

Post 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
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: Scheduled Page reports

Post 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?
Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked