What is this?

This knowledgebase contains questions and answers about PRTG Network Monitor and network monitoring in general.

Learn more

PRTG Network Monitor

Intuitive to Use. Easy to manage.
More than 500,000 users rely on Paessler PRTG every day. Find out how you can reduce cost, increase QoS and ease planning, as well.

Free Download

Top Tags


View all Tags

how do I assemble the UCD-NET dskAvailLow and high items?

Votes:

0

The UCD-SNMP MIB has created 64bit disk space from two separate 32 bit entries.

Is there a way to combine those two items for one display in PRTG?

ucdavis 9
dskTable  1
    dskTotalLow		Unsigned32,
    dskTotalHigh	Unsigned32,
    dskAvailLow		Unsigned32,
    dskAvailHigh	Unsigned32,
    dskUsedLow		Unsigned32,
    dskUsedHigh		Unsigned32

dskAvailLow OBJECT-TYPE
    SYNTAX	Unsigned32
    MAX-ACCESS	read-only
    STATUS	current
    DESCRIPTION  
	"Available space on the disk (kBytes).
	Together with dskAvailHigh composes 64-bit number."
    ::= { dskEntry 13 }

dskAvailHigh OBJECT-TYPE
    SYNTAX	Unsigned32
    MAX-ACCESS	read-only
    STATUS	current
    DESCRIPTION  
	"Available space on the disk (kBytes).
	Together with dskAvailLow composes 64-bit number."
    ::= { dskEntry 14 }

I found this article that explained you have to multiply and add them. http://stackoverflow.com/questions/16790020/snmp-ucd-dsktotallow-dsktotalhigh

dskEntry 14 multiply by 4,294,967,296 which is the 9th digit and up and then add that to the dskLow

Right now, I can only see the one output either low or high or just the max for 32-bit sensor which is the 2.1 TB

custom-snmp-sensor diskspace ucd-snmp-mib

Created on Oct 14, 2013 4:39:42 PM

Last change on Oct 21, 2013 9:13:26 AM by  Torsten Lindner [Paessler Support]



1 Reply

Votes:

0

Hello,

thank you very much for your KB-Post. It should be possible to perform the calculation with the Sensor Factory in PRTG. Please give that a try.

best regards.

Created on Oct 21, 2013 9:15:25 AM by  Torsten Lindner [Paessler Support]




Disclaimer: The information in the Paessler Knowledge Base comes without warranty of any kind. Use at your own risk. Before applying any instructions please exercise proper system administrator housekeeping. You must make sure that a proper backup of all your data is available.