Page 1 of 1

Nagios Log Server GUI not support traditional Chinese

Posted: Thu May 31, 2018 12:23 am
by isgood
Hi Nagios Team ,

I have upgrade Nagios Log Server to 2.0.2 , But Nagios Log Server GUI not support traditional Chinese , display garbled.

The previous version nagioslogserver-1.4.4 is work.

Please help me , how to solve it . Thank you

As shown below

Image

Image

Image

Re: Nagios Log Server GUI not support traditional Chinese

Posted: Thu May 31, 2018 10:29 am
by kyang
Hello,

Thank you for bringing this up again.
https://support.nagios.com/forum/viewto ... 1&p=249200

As mentioned before, I have submitted a bug report for this and it is still in the works.

We will keep you updated.

Re: Nagios Log Server GUI not support traditional Chinese

Posted: Thu May 31, 2018 10:05 pm
by isgood
Hi Nagios Team ,

Thank you your response , Please fix the bug.

Grateful .

Re: Nagios Log Server GUI not support traditional Chinese

Posted: Fri Jun 01, 2018 9:13 am
by kyang
No problem,

We can keep this forum thread open, and when a fix is provided I will respond to here.

UPDATE:

We have found a fix for this issue, but it won't be released until version 2.0.3. We do however, have a workaround in the meantime (NOTE: this change will not be applied to upgrade changes)

Since you are receiving these by eventlogs. Go to the NLS home page --> Click Configure --> click Global Config --> Open up The Windows Event Logs Inputs -->

Delete the { charset = xxxx }.

The final input should look like this.

Code: Select all

tcp {
    type => 'eventlog'
    port => 3515
    codec => json 
}
Once you can verify it looks like this, please click Save & Apply

Wait for traditional Chinese characters to come in, and verify the solution.