PDF file not attached in schedule report in 2026R1

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Post Reply
speynaud
Posts: 20
Joined: Mon Jul 31, 2023 2:56 am

PDF file not attached in schedule report in 2026R1

Post 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
You do not have the required permissions to view the files attached to this post.
jsimon
Posts: 339
Joined: Wed Aug 23, 2023 11:27 am

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

Post 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.
speynaud
Posts: 20
Joined: Mon Jul 31, 2023 2:56 am

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

Post 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
Post Reply