NYMNETWORKS-MIB

File: NYMNETWORKS-MIB.mib (8694 bytes)

Imported modules

RFC1155-SMI SNMPv2-TC RFC-1212
RFC-1213

Imported symbols

Counter Gauge enterprises
DisplayString OBJECT-TYPE DisplayString

Defined Values

nymnetworks 1.3.6.1.4.1.25359
OBJECT IDENTIFIER    

zfs 1.3.6.1.4.1.25359.1
OBJECT IDENTIFIER    

ipmi 1.3.6.1.4.1.25359.2
OBJECT IDENTIFIER    

ups 1.3.6.1.4.1.25359.3
OBJECT IDENTIFIER    

vols 1.3.6.1.4.1.25359.1.5
OBJECT IDENTIFIER    

zfsVolumeName 1.3.6.1.4.1.25359.1.5.1
The name of the filesystem type Volume.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

zfsVolumeAvailableKB 1.3.6.1.4.1.25359.1.5.2
The number of 1 KB blocks that are available for use.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

zfsVolumeUsedKB 1.3.6.1.4.1.25359.1.5.3
The number of 1 KB blocks that are in use.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

zfsVolumeSizeKB 1.3.6.1.4.1.25359.1.5.4
The number of 1 KB blocks of the volume.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

zfsVolumeAvailableMB 1.3.6.1.4.1.25359.1.5.12
The number of 1 MB blocks that are available for use. Useful if zfsVolumeAvailableKB exceeds a 32 bit integer.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

zfsVolumeUsedMB 1.3.6.1.4.1.25359.1.5.13
The number of 1 MB blocks that are in use Useful if zfsVolumeUsedKB exceeds a 32 bit integer.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

zfsVolumeSizeMB 1.3.6.1.4.1.25359.1.5.14
The number of 1 MB blocks part of the volume Useful if zfsVolumeSizeKB exceeds a 32 bit integer.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

fs 1.3.6.1.4.1.25359.1.1
OBJECT IDENTIFIER    

zfsFilesystemName 1.3.6.1.4.1.25359.1.1.1
The name of the filesystem.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

zfsFilesystemAvailableKB 1.3.6.1.4.1.25359.1.1.2
The number of 1 KB blocks that are available for use.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

zfsFilesystemUsedKB 1.3.6.1.4.1.25359.1.1.3
The number of 1 KB blocks that are in use.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

zfsPoolHealth 1.3.6.1.4.1.25359.1.1.4
The current health of the containing pool, as reported by zpool status.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER online(1), degraded(2), faulted(3), unknown(4)  

zfsFilesystemSizeKB 1.3.6.1.4.1.25359.1.1.5
The number of 1 MB blocks that are assigned
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER online(1), degraded(2), faulted(3), unknown(4)  

zfsFilesystemAvailableMB 1.3.6.1.4.1.25359.1.1.12
The number of 1 MB blocks that are available for use. Useful if zfsFilesystemAvailableKB exceeds a 32 bit integer.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

zfsFilesystemUsedMB 1.3.6.1.4.1.25359.1.1.13
The number of 1 MB blocks that are in use Useful if zfsFilesystemUsedKB exceeds a 32 bit integer.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

zfsFilesystemSizeMB 1.3.6.1.4.1.25359.1.1.14
The number of 1 MB blocks that are assigned Useful if zfsFilesystemSizeKB exceeds a 32 bit integer.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

arc 1.3.6.1.4.1.25359.1.2
OBJECT IDENTIFIER    

zfsARCSizeKB 1.3.6.1.4.1.25359.1.2.1
The current ARC size in KB.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

zfsARCMetadataSizeKB 1.3.6.1.4.1.25359.1.2.2
The amount of ARC space used for metadata storage, in KB.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

zfsARCDataSizeKB 1.3.6.1.4.1.25359.1.2.3
The amount of ARC space used for file data storage, in KB.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

zfsARCHits 1.3.6.1.4.1.25359.1.2.4
The number of ARC accesses that were cache hits.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

zfsARCMisses 1.3.6.1.4.1.25359.1.2.5
The number of ARC accesses that were cache misses.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

zfsARCTargetSize 1.3.6.1.4.1.25359.1.2.6
The amount of ARC Target size
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

zfsARCMru 1.3.6.1.4.1.25359.1.2.7
The amount of ARC size most recently used.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

l2arc 1.3.6.1.4.1.25359.1.3
OBJECT IDENTIFIER    

zfsL2ARCHits 1.3.6.1.4.1.25359.1.3.1
The number of L2ARC accesses that were cache hits.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

zfsL2ARCMisses 1.3.6.1.4.1.25359.1.3.2
The number of L2ARC accesses that were cache misses.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

zfsL2ARCReads 1.3.6.1.4.1.25359.1.3.3
The number of reads made from L2ARC devices.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

zfsL2ARCWrites 1.3.6.1.4.1.25359.1.3.4
The number of writes made to L2ARC devices.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

io 1.3.6.1.4.1.25359.1.4
OBJECT IDENTIFIER    

zfsReadKB 1.3.6.1.4.1.25359.1.4.1
The amount of file data read from the ZFS filesystem layer, in KB.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

zfsReaddirKB 1.3.6.1.4.1.25359.1.4.2
The amount of directory data read from the ZFS filesystem layer, in KB.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

zfsWriteKB 1.3.6.1.4.1.25359.1.4.3
The amount of file data written to the ZFS filesystem layer, in KB.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

temperature 1.3.6.1.4.1.25359.2.1
OBJECT IDENTIFIER    

tempSensorName 1.3.6.1.4.1.25359.2.1.1
The name of the designated temperature sensor.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

tempSensorValue 1.3.6.1.4.1.25359.2.1.2
The current value of the designated temperature sensor.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

upsId 1.3.6.1.4.1.25359.3.1
The UPS identifier.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

upsModel 1.3.6.1.4.1.25359.3.2
The UPS model name.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

upsManufacturer 1.3.6.1.4.1.25359.3.3
The UPS manufacturer name.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

upsSerial 1.3.6.1.4.1.25359.3.4
The UPS serial number.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

upsBatteryChargePercent 1.3.6.1.4.1.25359.3.5
The current battery charge in percent.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

upsBatteryRuntimeSec 1.3.6.1.4.1.25359.3.6
The current remaining runtime in seconds.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

upsBatteryVoltagedV 1.3.6.1.4.1.25359.3.7
The current battery voltage in dV.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

upsBatteryNominalVoltagedV 1.3.6.1.4.1.25359.3.8
The nominal battery voltage in dV.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

upsBatteryType 1.3.6.1.4.1.25359.3.9
The battery type.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

upsStatus 1.3.6.1.4.1.25359.3.10
The current UPS status string.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString