I am on vacation until Monday, August 11th. If this is a Technical Support issue, please call (877) 777-0390 or (716) 250-3600 for assistance.
>>> WhatsUp_Forum 08/01/03 11:54 >>> Monitoring the OID 1.3.6.1.4.1.311.1.1.3.1.1.5.1.3.2.67.58 will give the result for the C Drive. OID 1.3.6.1.4.1.311.1.1.3.1.1.5.1.3.2.68.58 for D Drive OID 1.3.6.1.4.1.311.1.1.3.1.1.5.1.3.2.69.58 for E Drive OID 1.3.6.1.4.1.311.1.1.3.1.1.5.1.3.2.70.58 for F Drive ......... Configure WhatsUP to "SNMP monitoring" and use the option for "Range of values". To monitor, and genrate alert when the disk has over 90% usage use the values 10 in Low Value, and 100 in High value. To monitor 95% usage set the Low value to 5 Works just fine for me Regards Alf Ove Gaasland Netpower ICT -----Original Message----- From: jacob c [mailto:[EMAIL PROTECTED] Sent: 31. juli 2003 04:45 To: [EMAIL PROTECTED] Subject: RE: [WhatsUp Forum] Disk Space monitoring Did anyone ever come with a good solution for this? I might have missed it. thanks, Alf_Ove_G�sland <[EMAIL PROTECTED]> wrote: Hello When monitoring OID .1.3.6.1.2.1.25.2.3.1.6.$instance you will get the amount of used space on the partition. On OID .1.3.6.1.2.1.25.2.3.1.5.$instance you will get the total amount of space for the partition. I would like to monitor available space on several servers for our customers and then get the return value by subtract the available amount of space from the total amount of space available.. If the amount of available space is below 100 Mb i would like to receive an alert. Is this possible without having to create a large amount of custom services based on used space? Regards Alf Ove Gaasland Netpower ICT -----Original Message----- From: Mike Krygeris [mailto:[EMAIL PROTECTED] Sent: 14. juli 2003 18:56 To: WhatsUp_Forum@@list.ipswitch.com Subject: RE: [WhatsUp Forum] Disk Space monitoring Actually, you may not be able to get it from there depending whether or not you have SNMP Perfmon extensions installed. (The KB article shown refers to that MIB) Win2K uses the Host MIB by default. It is quite a task to figure out what is what with that. The OID for MIBII Host storage is: .1.3.6.1.2.1.25.2.3.1.6.$instance or .iso.org.dod.internet.mgmt.mib-2.host.hrStorage.hrStorageTable.hrStorageEntr y.hrStorageUsed This is in "Storage allocation units". To get the true byte value for this you must multiply the above returned value by the size of the storage allocation units .1.3.6.1.2.1.25.2.3.1.4.$instance or .iso.org.dod.internet.mgmt.mib-2.host.hrStorage.hrStorageTable.hrStorageEntr y.hrStorageAllocationUnits.$instance An example: Say you want to notify if your disk drops below 100MB(100000000) of space and your Storage allocation unit size is 4096. You will need to divide 100000000 by 4096. You then monitor hrStorageUsed and use the value you just figured out to create your SNMP monitor. I know that was a tad confusing. I hope I helped. Mike Krygeris Somix Technologies, INC. -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Onn Behalf Of Dana Smith Sent: Monday, July 14, 2003 10:57 AM To: [EMAIL PROTECTED] Subject: RE: [WhatsUp Forum] Disk Space monitoring http://support.ipswitch.com/kb/WG-20001201-DM01.htm Probably does what you want. DS -----Original Message----- From: Mark Brody [mailto:[EMAIL PROTECTED] Sent: Monday, July 14, 2003 11:45 AM To: [EMAIL PROTECTED] Subject: [WhatsUp Forum] Disk Space monitoring Hello- Is there an easy method to monitor disk space on Win2k machines? Thanks in advance, Mark Please visit http://www.ipswitch.com/support/mailing-lists.html to be removed from this list. An Archive of this list is available at: http://www.mail-archive.com/whatsup_forum%40list.ipswitch.com/ Please visit http://www.ipswitch.com/support/mailing-lists.html to be removed from this list. An Archive of this list is available at: http://www.mail-archive.com/whatsup_forum%40list.ipswitch.com/ Please visit http://www.ipswitch.com/support/mailing-lists.html to be removed from this list. An Archive of this list is available at: http://www.mail-archive.com/whatsup_forum%40list.ipswitch.com/ Please visit http://www.ipswitch.com/support/mailing-lists.html to be removed from this list. An Archive of this list is available at: http://www.mail-archive.com/whatsup_forum%40list.ipswitch.com/ _____ Do you Yahoo!? Yahoo! SiteBuilder <http://us.rd.yahoo.com/evt=10469/*http://sitebuilder.yahoo.com> - Free, easy-to-use web site design software Please visit http://www.ipswitch.com/support/mailing-lists.html to be removed from this list. An Archive of this list is available at: http://www.mail-archive.com/whatsup_forum%40list.ipswitch.com/
