We've got most of our servers as Virtual Machines. Every once in a while, they get low on disc space. I'm not the guy who manages them, but obviously, I'm affected by this. I want to somehow monitor the remaining disc space on the servers I'm concerned about. What would you do?

Points to help your answer:

  • I can have full admin rights to the server if needed.
  • The servers are W2K3 using VMWare
link|improve this question
feedback

3 Answers

up vote 0 down vote accepted

Alternatively, build yourself a WMI script.

MSDN - WMI Tasks: Disks and File Systems

link|improve this answer
Very helpful indeed! – Nick DeVore Apr 30 '09 at 14:36
feedback

If you're using Virtual Centre, then you can either configure alerts centrally.

If your not afraid of a bit of database digging, the drive size and freespace is stored in a database table, and it's not too difficult to punch this up onto a HTML page with a bit of scripting.

link|improve this answer
feedback

If you're using Linux, Nagios is a good way to go.

link|improve this answer
Forgot to mention the platform. I've now included that. – Nick DeVore Apr 30 '09 at 14:31
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.