04-25-2019 03:23 AM
Hi all,
I have a computer which has two disks mounted in RAID. My goal is to monitor the sanity of those two disks.
We noticed that the status of each disk is available in the Windows Event Logs and we would like to get those statuses.
I've tried to get the logs through .NET, ActiveX and Windows DLL but without success.
Would someone have any tip to get the System event logs from Windows so that I can post-process them and get the useful information out of it ?
Thank you in advance for your help and guidance.
Best regards,
04-25-2019 07:52 AM
I believe the Event Viewer can export the logs as a Comma-separated-values (.csv) or Text file.
Bob Schor
04-25-2019 08:28 AM
Take a look here, you may be able to re-purpose this if you can figure out how to make it read instead of write:
05-03-2019 01:24 AM