NagiosXI V2024R1.1.4 404

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Post Reply
pcappell
Posts: 29
Joined: Tue Jul 28, 2020 2:43 pm

NagiosXI V2024R1.1.4 404

Post by pcappell »

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!
danderson

Re: NagiosXI V2024R1.1.4 404

Post by danderson »

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.
Post Reply