Page 1 of 1

Reports Scheduling

Posted: Wed Apr 06, 2016 9:13 pm
by raamardhani7
Hi Team,

We are working in scheduling the reports, till 5.2.5 I used to schedule the reports from Nagios XI portal from reports section. Where it used to ask me what type of attachment I want to be sent to the particular user. Now post upgradation to 5.2.6 & 5.2.7 attachment option are missing. Could you please look into it.

Also please let me know the script where I can schedule the reports from Nagios XI CLI server. thanks.

Regards,
Ram.

Re: Reports Scheduling

Posted: Thu Apr 07, 2016 9:52 am
by bwallace
In order to accurately test, can you let us know which specific report(s) no longer have the attachments option when scheduling them?
I checked the Availability & Executive Summary reports in 5.2.7 and everything is normal there. Please provide screenshots if you feel those will help, thanks.

Re: Reports Scheduling

Posted: Mon Apr 11, 2016 8:40 pm
by raamardhani7
bwallace wrote:In order to accurately test, can you let us know which specific report(s) no longer have the attachments option when scheduling them?
I checked the Availability & Executive Summary reports in 5.2.7 and everything is normal there. Please provide screenshots if you feel those will help, thanks.
Hi Team,

I have attached the screenshot, please help us here. thanks.

Do we have any script to schedule reports, so that I can receive that reports in a mail? thanks.

Re: Reports Scheduling

Posted: Tue Apr 12, 2016 9:10 am
by lmiltchev
This issue should be fixed already. Try downloading the latest XI, and rerunning the upgrade. I know you are running 5.2.7 already but the first copy was corrupted.

Code: Select all

cd /tmp
rm -rf nagiosxi xi-*
wget https://assets.nagios.com/downloads/nagiosxi/5/xi-5.2.7.tar.gz
tar zxvf xi-5.2.7.tar.gz
cd nagiosxi
./upgrade
Let us know if this helped.

Re: Reports Scheduling

Posted: Tue Apr 12, 2016 10:14 am
by raamardhani7
lmiltchev wrote:This issue should be fixed already. Try downloading the latest XI, and rerunning the upgrade. I know you are running 5.2.7 already but the first copy was corrupted.

Code: Select all

cd /tmp
rm -rf nagiosxi xi-*
wget https://assets.nagios.com/downloads/nagiosxi/5/xi-5.2.7.tar.gz
tar zxvf xi-5.2.7.tar.gz
cd nagiosxi
./upgrade
Let us know if this helped.
Thanks a lot Team, this is fixed the issue now. :). this thread can be closed.

Re: Reports Scheduling

Posted: Tue Apr 12, 2016 11:05 am
by lmiltchev
I am glad I could help! :)