FROGFOOT-RESOURCES-MIB

File: FROGFOOT-RESOURCES-MIB.mib (9292 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMPv2-CONF

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Integer32
Gauge32 enterprises TEXTUAL-CONVENTION
DisplayString MODULE-COMPLIANCE OBJECT-GROUP

Defined Types

TableIndex  
A unique value, greater than zero. It is recommended that values are assigned contiguously starting from 1.
TEXTUAL-CONVENTION    
  Integer32 1..2147483647  

DiskEntry  
SEQUENCE    
  diskIndex TableIndex
  diskDev DisplayString
  diskDir DisplayString
  diskFSType INTEGER
  diskTotal Gauge32
  diskFree Gauge32

LoadEntry  
SEQUENCE    
  loadIndex TableIndex
  loadDescr DisplayString
  loadValue Gauge32

Defined Values

resources 1.3.6.1.4.1.10002.1.1.1
The MIB module to describe system resources.
MODULE-IDENTITY    

frogfoot 1.3.6.1.4.1.10002
OBJECT IDENTIFIER    

servers 1.3.6.1.4.1.10002.1
OBJECT IDENTIFIER    

system 1.3.6.1.4.1.10002.1.1
OBJECT IDENTIFIER    

memory 1.3.6.1.4.1.10002.1.1.1.1
OBJECT IDENTIFIER    

swap 1.3.6.1.4.1.10002.1.1.1.2
OBJECT IDENTIFIER    

storage 1.3.6.1.4.1.10002.1.1.1.3
OBJECT IDENTIFIER    

load 1.3.6.1.4.1.10002.1.1.1.4
OBJECT IDENTIFIER    

resMIB 1.3.6.1.4.1.10002.1.1.1.31
OBJECT IDENTIFIER    

resMIBObjects 1.3.6.1.4.1.10002.1.1.1.31.1
OBJECT IDENTIFIER    

resConformance 1.3.6.1.4.1.10002.1.1.1.31.2
OBJECT IDENTIFIER    

resGroups 1.3.6.1.4.1.10002.1.1.1.31.2.1
OBJECT IDENTIFIER    

resCompliances 1.3.6.1.4.1.10002.1.1.1.31.2.2
OBJECT IDENTIFIER    

memTotal 1.3.6.1.4.1.10002.1.1.1.1.1
Total usable physical memory (in KB)
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

memFree 1.3.6.1.4.1.10002.1.1.1.1.2
Available physical memory (in KB)
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

memBuffer 1.3.6.1.4.1.10002.1.1.1.1.3
Physical memory used by buffers (in KB)
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

memCache 1.3.6.1.4.1.10002.1.1.1.1.4
Physical memory used for caching (in KB)
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

swapTotal 1.3.6.1.4.1.10002.1.1.1.2.1
Total swap space size (in KB)
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

swapFree 1.3.6.1.4.1.10002.1.1.1.2.2
Swap space still available (in KB)
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

diskNumber 1.3.6.1.4.1.10002.1.1.1.3.1
The number of mounted disks present on this system.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

diskTable 1.3.6.1.4.1.10002.1.1.1.3.2
A table of mounted disks on this system.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DiskEntry

diskEntry 1.3.6.1.4.1.10002.1.1.1.3.2.1
An entry containing management information applicable to a particular mounted disk on the system.
Status: current Access: not-accessible
OBJECT-TYPE    
  DiskEntry  

diskIndex 1.3.6.1.4.1.10002.1.1.1.3.2.1.1
A unique value, greater than zero, for each disk on the system. It is recommended that values are assigned contiguously starting from 1.
Status: current Access: not-accessible
OBJECT-TYPE    
  TableIndex  

diskDev 1.3.6.1.4.1.10002.1.1.1.3.2.1.2
A textual string containing the disk device name.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

diskDir 1.3.6.1.4.1.10002.1.1.1.3.2.1.3
A textual string containing the disk mount point.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

diskFSType 1.3.6.1.4.1.10002.1.1.1.3.2.1.4
The type of file system present on the disk. This does not include fake file systems such as the proc file system, devfs, etc. Additional types may be assigned by Frogfoot Networks in the future.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER unknown(0), adfs(1), affs(2), coda(3), cramfs(4), ext2(5), hpfs(6), iso9660(7), jffs2(8), jfs(9), minix(10), msdos(11), ncpfs(12), nfs(13), ntfs(14), qnx4(15), reiserfs(16), romfs(17), smbfs(18), sysv(19), tmpfs(20), udf(21), ufs(22), vxfs(23), xfs(24)  

diskTotal 1.3.6.1.4.1.10002.1.1.1.3.2.1.5
Total space on disk (in MB)
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

diskFree 1.3.6.1.4.1.10002.1.1.1.3.2.1.6
Disk space still available (in MB)
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

loadNumber 1.3.6.1.4.1.10002.1.1.1.4.1
The number of load averages stored in the load average table.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

loadTable 1.3.6.1.4.1.10002.1.1.1.4.2
Load average information.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    LoadEntry

loadEntry 1.3.6.1.4.1.10002.1.1.1.4.2.1
An entry containing load average information.
Status: current Access: not-accessible
OBJECT-TYPE    
  LoadEntry  

loadIndex 1.3.6.1.4.1.10002.1.1.1.4.2.1.1
A unique value, greater than zero, for each load average stored.
Status: current Access: not-accessible
OBJECT-TYPE    
  TableIndex  

loadDescr 1.3.6.1.4.1.10002.1.1.1.4.2.1.2
A description of each load average.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

loadValue 1.3.6.1.4.1.10002.1.1.1.4.2.1.3
The 1,5 and 10 minute load averages. These values are stored as a percentage of processor load.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

resCompliance 1.3.6.1.4.1.10002.1.1.1.31.2.2.1
The compliance statement for SNMP entities which have system resources such as volatile and non-volatile storage.
Status: current Access: read-only
MODULE-COMPLIANCE    

resMemGroup 1.3.6.1.4.1.10002.1.1.1.31.2.1.1
A collection of objects providing information specific to volatile system storage.
Status: current Access: read-only
OBJECT-GROUP    

resSwapGroup 1.3.6.1.4.1.10002.1.1.1.31.2.1.2
A collection of objects providing information specific to storage used for swapping pages to disk.
Status: current Access: read-only
OBJECT-GROUP    

resDiskGroup 1.3.6.1.4.1.10002.1.1.1.31.2.1.3
A collection of objects providing information specific to non-volatile system storage.
Status: current Access: read-only
OBJECT-GROUP    

resLoadGroup 1.3.6.1.4.1.10002.1.1.1.31.2.1.4
A collection of objects providing information specific to processor load averages.
Status: current Access: read-only
OBJECT-GROUP