about character set (ver 5.7.1)

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
winsonlee
Posts: 42
Joined: Tue Mar 05, 2019 10:38 pm

about character set (ver 5.7.1)

Post by winsonlee »

after update 5.7.1, it's look like character set or encode is different between some web page
it has some display problem at Chinese language.

refer to my pictures might make you understand what I mean is
You do not have the required permissions to view the files attached to this post.
User avatar
lmiltchev
Former Nagios Staff
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: about character set (ver 5.7.1)

Post by lmiltchev »

I was able to recreate the issue in house, and filed an internal bug report (task_id=15177). I expect the issue to be fixed in the next release of Nagios XI. Thanks for reporting the bug!
Be sure to check out our Knowledgebase for helpful articles and solutions!
jomann
Development Lead
Posts: 611
Joined: Mon Apr 22, 2013 10:06 am
Location: Nagios Enterprises

Re: about character set (ver 5.7.1)

Post by jomann »

Hello,

Can you please replace the latin1 line in /usr/local/nagiosxi/html/config.inc.php:

Code: Select all

"ndoutils" => array(
        "dbtype" => 'mysql',
        "dbserver" => 'localhost',
        "user" => 'ndoutils',
        "pwd" => 'n@gweb',
        "db" => 'nagios',
        "charset" => "latin1",
with utf8, instead of latin1, like so:

Code: Select all

"ndoutils" => array(
        "dbtype" => 'mysql',
        "dbserver" => 'localhost',
        "user" => 'ndoutils',
        "pwd" => 'n@gweb',
        "db" => 'nagios',
        "charset" => "utf8",
This issue should be fixed in future versions.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
winsonlee
Posts: 42
Joined: Tue Mar 05, 2019 10:38 pm

Re: about character set (ver 5.7.1)

Post by winsonlee »

problem is resolved, thanks for your help.
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: about character set (ver 5.7.1)

Post by scottwilkerson »

winsonlee wrote:problem is resolved, thanks for your help.
Great!

Locking thread
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
Locked