NetXMS Support Forum

English Support => General Support => Topic started by: k_teru on August 26, 2011, 12:46:51 PM

Title: Windows EventLog Check
Post by: k_teru on August 26, 2011, 12:46:51 PM
Hi,

I use a multi-language with Windwos server.
"Call to EvtFormatMessage failed: The resource loader failed to find MUI file."

I put Japanese MUI, but want to output a message in English because I am garbled.
How can you pick up a message in English if you set it?

I want to pick up a built-in syslog server  in event, but cannot pick it up even if I set "syslog parser".
------------------------
<parser>
      <rules>
         <rule>match>(*)</match><event params="1">100024</event></rule>
      </rules>
</parser>
------------------------

If there are samples, please show it.

Best regards,
Title: Re: Windows EventLog Check
Post by: Vladq on October 11, 2011, 11:45:32 AM
Hi,
you have a little mistake in the parser. It should be:

<parser>
      <rules>
         <rule><match>(.*)</match><event params="1">100024</event></rule>
      </rules>
</parser>

regards