Page 1 of 1

XI generate report without content

Posted: Tue Nov 22, 2022 9:59 pm
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?

Re: XI generate report without content

Posted: Wed Nov 23, 2022 8:53 pm
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