Good Afternoon,
We ran into an interesting issue when one of our Nagios users switched his theme from Default to Neptune; he could no longer use the application, and eventually a 404 would be displayed on the screen.
I noticed a specific GET request was failing in developer tools and it was /nagiosxi/includes/lang/json/en.json.
Visiting that directory via SSH, there was the presence of en_US.json, but no en.json.
I compared this directory to our other 2 environments and found that not only do all of the language JSONs follow the *_**.json structure, but that the Neptune theme was not failing on them.
I was able to resolve this issue by cp en_US.json en.json, but I was wondering if someone else experienced something like this and if there was a more permanent fix for this issue?
Thank you!
NagiosXI V2024R1.1.4 404
-
danderson
Re: NagiosXI V2024R1.1.4 404
Thanks for reaching out @pcappell,
This is an issue we are aware of and will be fixed in 2024R1.1.5. Apparently, on some older instances of XI (older as in they've been around for longer) the database value for the language was "en" instead of "en_US" which searched for the wrong file.
This is an issue we are aware of and will be fixed in 2024R1.1.5. Apparently, on some older instances of XI (older as in they've been around for longer) the database value for the language was "en" instead of "en_US" which searched for the wrong file.