Search found 2 matches
- Tue Jan 05, 2021 8:11 am
- Forum: Nagios Log Server
- Topic: forward old logs from windows server to Nagios
- Replies: 3
- Views: 686
Re: forward old logs from windows server to Nagios
I exported logs from windows event viewer. it created .evtx file. then I modified nxlog.conf file like below. # Watch your own files <Input file1> Module im_file File '%ROOT%\data\nxlog.log' SavePos TRUE Exec $Message = $raw_event; </Input> <Input file2> Module im_file File 'C:\Program Files (x86)\n...
- Mon Dec 21, 2020 5:20 am
- Forum: Nagios Log Server
- Topic: forward old logs from windows server to Nagios
- Replies: 3
- Views: 686
forward old logs from windows server to Nagios
Our log server was receiving logs for the last 21 days. I went tried a lot of things but couldn't fix so finally I restarted the Nagios log and it somehow fixed the issue. Now I can see new logs are coming in from windows servers. However, I am missing logs from 1st Dec to 21 Dec. I can still see th...