BEGEMOT-HAST-MIB: View SNMP OID List / Download MIB

VENDOR: FRAUNHOFER FOKUS


 Home MIB: BEGEMOT-HAST-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 begemotHast 1.3.6.1.4.1.12325.1.220
The Begemot MIB for managing HAST.
         begemotHastObjects 1.3.6.1.4.1.12325.1.220.1
             hastConfig 1.3.6.1.4.1.12325.1.220.1.1
                 hastConfigFile 1.3.6.1.4.1.12325.1.220.1.1.1 octet string read-only
HAST configuration file location.
             hastResourceTable 1.3.6.1.4.1.12325.1.220.1.2 no-access
A table containing information about all HAST resources.
                 hastResourceEntry 1.3.6.1.4.1.12325.1.220.1.2.1 no-access
Table entry that describes one HAST resource.
                     hastResourceIndex 1.3.6.1.4.1.12325.1.220.1.2.1.1 integer32 read-only
Resource index.
                     hastResourceName 1.3.6.1.4.1.12325.1.220.1.2.1.2 octet string read-only
Resource name.
                     hastResourceRole 1.3.6.1.4.1.12325.1.220.1.2.1.3 integer read-write
Resource role. Enumeration: 'init': 1, 'undef': 0, 'primary': 2, 'secondary': 3.
                     hastResourceProvName 1.3.6.1.4.1.12325.1.220.1.2.1.4 octet string read-only
Resource GEOM provider name that appears as /dev/hast/.
                     hastResourceLocalPath 1.3.6.1.4.1.12325.1.220.1.2.1.5 octet string read-only
Path to the local component which is used as a backend provider for the resource.
                     hastResourceExtentSize 1.3.6.1.4.1.12325.1.220.1.2.1.6 integer32 read-only
Size of an extent. Extent is a block which is used for synchronization. hastd(8) maintains a map of dirty extents and extent is the smallest region that can be marked as dirty. If any part of an extent is modified, entire extent will be synchronized when nodes connect.
                     hastResourceKeepDirty 1.3.6.1.4.1.12325.1.220.1.2.1.7 integer32 read-only
Maximum number of dirty extents to keep dirty all the time. Most recently used extents are kept dirty to reduce number of metadata updates.
                     hastResourceRemoteAddr 1.3.6.1.4.1.12325.1.220.1.2.1.8 octet string read-only
Address of the remote hastd(8) daemon for the resource.
                     hastResourceSourceAddr 1.3.6.1.4.1.12325.1.220.1.2.1.9 octet string read-only
Local address the resource is bound to.
                     hastResourceReplication 1.3.6.1.4.1.12325.1.220.1.2.1.10 integer read-only
Resource replication mode. Enumeration: 'async': 2, 'memsync': 1, 'fullsync': 0.
                     hastResourceStatus 1.3.6.1.4.1.12325.1.220.1.2.1.11 integer read-only
Resource replication status. Enumeration: 'degraded': 1, 'complete': 0.
                     hastResourceDirty 1.3.6.1.4.1.12325.1.220.1.2.1.12 counter64 read-only
Current number of dirty extents for the resource.
                     hastResourceReads 1.3.6.1.4.1.12325.1.220.1.2.1.13 counter64 read-only
Count of resource local read operations.
                     hastResourceWrites 1.3.6.1.4.1.12325.1.220.1.2.1.14 counter64 read-only
Count of resource local write operations.
                     hastResourceDeletes 1.3.6.1.4.1.12325.1.220.1.2.1.15 counter64 read-only
Count of resource local delete operations.
                     hastResourceFlushes 1.3.6.1.4.1.12325.1.220.1.2.1.16 counter64 read-only
Count of resource local flush operations.
                     hastResourceActivemapUpdates 1.3.6.1.4.1.12325.1.220.1.2.1.17 counter64 read-only
Count of resource local activemap updates.
                     hastResourceReadErrors 1.3.6.1.4.1.12325.1.220.1.2.1.18 counter64 read-only
Count of resource local read operations that failed.
                     hastResourceWriteErrors 1.3.6.1.4.1.12325.1.220.1.2.1.19 counter64 read-only
Count of resource local write operations that failed.
                     hastResourceDeleteErrors 1.3.6.1.4.1.12325.1.220.1.2.1.20 counter64 read-only
Count of resource local delete operations that failed.
                     hastResourceFlushErrors 1.3.6.1.4.1.12325.1.220.1.2.1.21 counter64 read-only
Count of resource local flush operations that failed.
                     hastResourceWorkerPid 1.3.6.1.4.1.12325.1.220.1.2.1.22 integer read-only
Worker process ID.
                     hastResourceLocalQueue 1.3.6.1.4.1.12325.1.220.1.2.1.23 unsigned32 read-only
Number of outstanding I/O requests to the local component.
                     hastResourceSendQueue 1.3.6.1.4.1.12325.1.220.1.2.1.24 unsigned32 read-only
Number of outstanding I/O requests to send to the remote component.
                     hastResourceRecvQueue 1.3.6.1.4.1.12325.1.220.1.2.1.25 unsigned32 read-only
Number of outstanding I/O requests waiting for response from the remote component.
                     hastResourceDoneQueue 1.3.6.1.4.1.12325.1.220.1.2.1.26 unsigned32 read-only
Number of processed I/O requests to return to the kernel.
                     hastResourceIdleQueue 1.3.6.1.4.1.12325.1.220.1.2.1.27 unsigned32 read-only
Number of request objects in the free bucket.