XI generate report without content

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Post Reply
WilliamTang0921
Posts: 2
Joined: Tue Jul 26, 2022 2:30 am

XI generate report without content

Post by WilliamTang0921 »

Dear support

we have problem about generate report from XI

we can generate & send mail ,but no content at attache file (see attached)

could you help us to check our setting or operator is correct?
You do not have the required permissions to view the files attached to this post.
WilliamTang0921
Posts: 2
Joined: Tue Jul 26, 2022 2:30 am

Re: XI generate report without content

Post by WilliamTang0921 »

Dear

The problem is fix

Re: Service Availability report not generating any data
Postby ssax » Tue Aug 17, 2021 1:29 pm

You can upgrade to XI 5.8.5 OR to fix your version you can edit this file:

CODE: SELECT ALL
/usr/local/nagiosxi/html/includes/auth.inc.php


Change this (around line 231):

CODE: SELECT ALL
$_SESSION["username"] = strtolower($username);


To this:

CODE: SELECT ALL
$_SESSION["username"] = $username;
ssax
Dreams In Code
Post Reply