monitor free disk space

G

Guest

how can I monitor disk space on the server and send alert, to an eamil, when there is low disk space.
on Windows 2000 server

thanks
 
E

Emmers Presson [MSFT]

You will probably need to use a third-party product to do this. Here is the
article for setting up the alert with System Monitor:

299921 HOW TO: Add Error Logging for Low Disk Space in System Monitor in
http://support.microsoft.com/?id=299921

If you use System Monitor as described in the above article, you would need
to use a third-party utility to send email from a batch file. One example
could be mapisend.exe from the Exchange 2000 Resource Kit. There are also
some other third-party products that don't directly use System Monitor.
 
N

news.comcast.giganews.com

Hi,

Go to the systeminternals.com web site and dl the PSINFO tool.

You can build a bat file with a server name and args on this and it will
show the available disk space pipe this to a txt file ie psinfo \\server >
file_name.txt

Then, using your favorite language (I use Perl), to read the file and write
a new file (as desired with problem drives).

Then DL blat.exe and use it to mail the txt file (edited or the full) to
yourself.

Ed
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top