Reports Scheduling

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
raamardhani7
Posts: 459
Joined: Tue Jun 02, 2015 12:36 am

Reports Scheduling

Post 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.
bwallace
Posts: 1145
Joined: Tue Nov 17, 2015 1:57 pm

Re: Reports Scheduling

Post 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.
Be sure to check out the Knowledgebase for helpful articles and solutions!
raamardhani7
Posts: 459
Joined: Tue Jun 02, 2015 12:36 am

Re: Reports Scheduling

Post 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.
You do not have the required permissions to view the files attached to this post.
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: Reports Scheduling

Post 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.
Be sure to check out our Knowledgebase for helpful articles and solutions!
raamardhani7
Posts: 459
Joined: Tue Jun 02, 2015 12:36 am

Re: Reports Scheduling

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

Re: Reports Scheduling

Post by lmiltchev »

I am glad I could help! :)
Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked