Re: File Size Monitoring Software

2009-03-17 Thread Matti Haack
I suggest ServersAlive, which could monitor lots of other stuff. If you are monitoring a limited number of triggers, it is free. http://www.woodstone.nu/salive/ Matti TA> I am in search of some type of file monitoring software. Ideally, TA> this software would be able to journal file size and no

RE: File Size Monitoring Software

2009-03-13 Thread Miller Bonnie L .
:27 AM To: NT System Admin Issues Subject: RE: File Size Monitoring Software Anders, I was not familiar with FSRM, it looks like it does exactly what I'm looking for. Unfortunately, this server is pre R2 :(. Thanks for the info though! From: Anders Blomgren [mailto:chanks...@gmail.com] Sent: Fr

RE: File Size Monitoring Software

2009-03-13 Thread Todd Arnett
t: Re: File Size Monitoring Software Beyond what File Server Resource Manager in R2/2008 already does? -Anders On 3/12/09, Todd Arnett wrote: I am in search of some type of file monitoring software. Ideally, this software would be able to journal file size and notify select recipients u

RE: File Size Monitoring Software

2009-03-13 Thread Christopher Bodnar
You could do something like this in VBScript: Dim filesys, demofile, strFileSize Set filesys = CreateObject("Scripting.FileSystemObject") Set demofile = filesys.GetFile("c:\TEMP\TEST1.TXT") strFileSize = demofile.size WScript.Echo strFileSize This would get you the file size. Add cod

Re: File Size Monitoring Software

2009-03-12 Thread Anders Blomgren
Beyond what File Server Resource Manager in R2/2008 already does? -Anders On 3/12/09, Todd Arnett wrote: > > I am in search of some type of file monitoring software. Ideally, this > software would be able to journal file size and notify select recipients > upon a certain percentage of growth,