schedule report do not send email

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
sacom01
Posts: 194
Joined: Wed Dec 23, 2020 10:15 pm

schedule report do not send email

Post by sacom01 »

hi team,
i created some new schedule reports but did not received email.
i still have received daily report from my system.
pls help.
thank you.
You do not have the required permissions to view the files attached to this post.
User avatar
pbroste
Posts: 1288
Joined: Tue Jun 01, 2021 1:27 pm

Re: schedule report do not send email

Post by pbroste »

Hello @sacom01

Thanks for reaching out and sending along with the details. In review, we see errors and fragmentary variables that end up producing Array's

Let's start off by making the following changes to the '/etc/php.ini':

Code: Select all

max_execution_time = 120     ; Maximum execution time of each script, in  seconds
max_input_time = 240     ; Maximum amount of time each script may spend parsing request data
memory_limit = 1G      ; Maximum amount of memory a script may consume
Save the file and restart the Apache daemon by running

Code: Select all

service httpd restart
Then test to see if the reports can be sent.

If issues persist we would like to see the System Profile so we can see what is going on.

Please PM your updated system profile for us to review.

To send us your system profile.
  • Login to the Nagios XI GUI using a web browser.
  • Click the "Admin" > "System Profile" Menu
  • Click the "Download Profile" button
  • Save the profile.zip file and send via Private Message
Thanks,
Perry
Locked