Hi,
I am having trouble reading a log file on a windows machine.
I am using type Zabbix Agent (Active), type is log.
I can read the (the file is c:\windows\schedlgu.txt, the output of the windows task scheduler), however it seems the file is unicode instead of ascii. So the key log[c:\windows\schedlgu.txt] produces rubbish.
When I change the key in log[c:\windows\schedlgu.txt,.*,"UTF-8"] I don't get any data.
Anyone have a clue how to read this logfile? I can type the content to a new file, that works, but I'm looking for a better way.
Regards,
Paul
I am having trouble reading a log file on a windows machine.
I am using type Zabbix Agent (Active), type is log.
I can read the (the file is c:\windows\schedlgu.txt, the output of the windows task scheduler), however it seems the file is unicode instead of ascii. So the key log[c:\windows\schedlgu.txt] produces rubbish.
When I change the key in log[c:\windows\schedlgu.txt,.*,"UTF-8"] I don't get any data.
Anyone have a clue how to read this logfile? I can type the content to a new file, that works, but I'm looking for a better way.
Regards,
Paul
Comment