Page 1 of 1

PDF file not attached in schedule report in 2026R1

Posted: Wed Oct 22, 2025 6:33 am
by speynaud
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.
Capture d'écran 2025-10-22 132333.png
Does it a known issue of 2026R1 or it's an issue in my conf?
Thank you

Re: PDF file not attached in schedule report in 2026R1

Posted: Wed Oct 22, 2025 4:46 pm
by jsimon
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?

Code: Select all

/usr/local/nagiosxi/var/chromium_report.log
This should give us a good idea what's going wrong.

Re: PDF file not attached in schedule report in 2026R1

Posted: Mon Oct 27, 2025 5:55 am
by speynaud
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