Open source file monitoring for Windows servers?

itm

itm

Associate
Joined
22 Feb 2011
Posts
199
I'm looking for a free or open source utility which will monitor a Windows 2003 server for changes for critical files (e.g. system files, web sites, etc). Can anyone recommend something that'll do this?
It would also be useful (but not essential) if it were able to monitor the health of ASP.Net websites, server CPU and server disk I/O.
TIA for any suggestions
 
The Audit tool seems to be designed to audit access by specific users. This requirement is for compliance purposes, and is designed to monitor for unauthorised access (i.e. where the user would be difficult to predict). Is the Audit tool an appropriate way of meeting this sort of compliance requirement?
 
The Audit tool seems to be designed to audit access by specific users. This requirement is for compliance purposes, and is designed to monitor for unauthorised access (i.e. where the user would be difficult to predict). Is the Audit tool an appropriate way of meeting this sort of compliance requirement?

Why do 'unauthorised' users have access to your servers or file shares?

You can use the audit logs to detect authentication failures where access to resources is attempted with an account that does not have appropriate rights.
 
spiceworks can monitor some things but i do not like it. Rather spend some money on the likes of prtg. PRTG can monitor specific files and services etc.

You could also take a look at powershells get-wmiobject. But they will not give you information on unauthorized access.
 
Back
Top Bottom