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?
xi generate report without content
-
- Posts: 2
- Joined: Tue Jul 26, 2022 2:30 am
xi generate report without content
You do not have the required permissions to view the files attached to this post.
-
- Posts: 2
- Joined: Tue Jul 26, 2022 2:30 am
Re: xi generate report without content
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
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