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.
Reports Scheduling
Re: Reports Scheduling
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.
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
Hi Team,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.
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.
Re: Reports Scheduling
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.
Let us know if this helped.
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
./upgradeBe 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
Thanks a lot Team, this is fixed the issue now.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.
Let us know if this helped.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
Re: Reports Scheduling
I am glad I could help! 
Be sure to check out our Knowledgebase for helpful articles and solutions!