For any of you using Nagios Administrator, and you’re native English speakers, the fact that it always defaults to German may irk you.
Here’s how to do it. Thanks to h-w on the Nagios Portal Forums.
# cd /var/www/nagiosadmin
# cd apps/backend/config/
# nano i18n.yml
and change the
default_culture: de
to
default_culture: en
# cd /var/www/nagiosadmin
# ./symfony clear-cache
Now you should be good to go and it will load up in english. Cool huh?