NagiosXI V2024R1.1.4 404
Posted: Thu Jul 11, 2024 12:48 pm
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!
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!