Hi,
from update of last NagiosXI 2026R1 my scheduled report sent by email doesn't include report on PDF attached in message.
I check the option to include PDF in mail but it is not attached.
Does it a known issue of 2026R1 or it's an issue in my conf?
Thank you
PDF file not attached in schedule report in 2026R1
PDF file not attached in schedule report in 2026R1
You do not have the required permissions to view the files attached to this post.
Re: PDF file not attached in schedule report in 2026R1
Hi Speynaud,
I can confirm I was able to generate reports on a local test server running version 2026R1, and don't believe there are any known issues with reports on this version. Can you take a look at this file on your XI server?
This should give us a good idea what's going wrong.
I can confirm I was able to generate reports on a local test server running version 2026R1, and don't believe there are any known issues with reports on this version. Can you take a look at this file on your XI server?
Code: Select all
/usr/local/nagiosxi/var/chromium_report.logRe: PDF file not attached in schedule report in 2026R1
Hi,
Thank you so much for your message, it was very helpfull for me.
In log file before 2026R1 update all were OK I saw nagios script used "google-chrome-stable" to generate PDF file but after update I saw in log :
/bin/bash: line 1: google-chrome-stable: command not found
Thanks to IA I fix it with a symbolic link :
ln -s /usr/bin/chromium /usr/bin/google-chrome-stable
It seems day where I updated Nagios XI in my RHEL 9.6 "google-chrome-stable" was deleted and know I should use "chromium"
I hope this topis will be helpfull for another people
Thank you very much again for your help
Thank you so much for your message, it was very helpfull for me.
In log file before 2026R1 update all were OK I saw nagios script used "google-chrome-stable" to generate PDF file but after update I saw in log :
/bin/bash: line 1: google-chrome-stable: command not found
Thanks to IA I fix it with a symbolic link :
ln -s /usr/bin/chromium /usr/bin/google-chrome-stable
It seems day where I updated Nagios XI in my RHEL 9.6 "google-chrome-stable" was deleted and know I should use "chromium"
I hope this topis will be helpfull for another people
Thank you very much again for your help