NYMNETWORKS-MIB DEFINITIONS ::= BEGIN IMPORTS enterprises FROM RFC1155-SMI OBJECT-TYPE FROM RFC-1212 DisplayString FROM RFC-1213; nymnetworks OBJECT IDENTIFIER ::= {enterprises 25359} zfs OBJECT IDENTIFIER ::= {nymnetworks 1} ipmi OBJECT IDENTIFIER ::= {nymnetworks 2} ups OBJECT IDENTIFIER ::= {nymnetworks 3} vols OBJECT IDENTIFIER ::= {zfs 3} zfsVolumeCounter OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "ID counter assigned to given volume." ::= {vols 1} zfsVolumeName OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "The name of the filesystem type Volume." ::= {vols 2} zfsSizeAllocationUnit OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Size allocation unit used to divide volume size values for given volume." ::= {vols 3} zfsVolumeAvailable OBJECT-TYPE SYNTAX GAUGE ACCESS read-only STATUS mandatory DESCRIPTION "The number of size allocation units that are available for use." ::= {vols 6} zfsVolumeUsed OBJECT-TYPE SYNTAX GAUGE ACCESS read-only STATUS mandatory DESCRIPTION "The number of size allocation units that are in use." ::= {vols 5} zfsVolumeSize OBJECT-TYPE SYNTAX GAUGE ACCESS read-only STATUS mandatory DESCRIPTION "The number of size allocation units of the volume." ::= {vols 4} fs OBJECT IDENTIFIER ::= {zfs 1} zfsFilesystemCounter OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "ID counter assigned to given filesystem." ::= {fs 1} zfsFilesystemName OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "The name of the filesystem." ::= {fs 2} zfsSizeAllocationUnit OBJECT-TYPE SYNTAX COUNTER ACCESS read-only STATUS mandatory DESCRIPTION "Size allocation unit used to divide size values for given file system." ::= {fs 3} zfsFilesystemAvailable OBJECT-TYPE SYNTAX GAUGE ACCESS read-only STATUS mandatory DESCRIPTION "The number of size allocation units that are available for use." ::= {fs 6} zfsFilesystemUsed OBJECT-TYPE SYNTAX GAUGE ACCESS read-only STATUS mandatory DESCRIPTION "The number of size allocation units that are in use." ::= {fs 5} zfsPoolHealth OBJECT-TYPE SYNTAX INTEGER { online(1), degraded(2), faulted(3), unknown(4) } ACCESS read-only STATUS mandatory DESCRIPTION "The current health of the containing pool, as reported by zpool status." ::= {fs 7} zfsFilesystemSize OBJECT-TYPE SYNTAX COUNTER { online(1), degraded(2), faulted(3), unknown(4) } ACCESS read-only STATUS mandatory DESCRIPTION "The number of size allocation units that are assigned" ::= {fs 4} arc OBJECT IDENTIFIER ::= {zfs 4} zfsARCSize OBJECT-TYPE SYNTAX GAUGE ACCESS read-only STATUS mandatory DESCRIPTION "The current ARC size in bytes." ::= {arc 1} zfsARCMetadataSize OBJECT-TYPE SYNTAX GAUGE ACCESS read-only STATUS mandatory DESCRIPTION "The amount of ARC space used for metadata storage, in bytes." ::= {arc 2} zfsARCDataSize OBJECT-TYPE SYNTAX GAUGE ACCESS read-only STATUS mandatory DESCRIPTION "The amount of ARC space used for file data storage, in bytes." ::= {arc 3} zfsARCHits OBJECT-TYPE SYNTAX COUNTER ACCESS read-only STATUS mandatory DESCRIPTION "The number of ARC accesses that were cache hits." ::= {arc 4} zfsARCMisses OBJECT-TYPE SYNTAX GAUGE ACCESS read-only STATUS mandatory DESCRIPTION "The number of ARC accesses that were cache misses." ::= {arc 5} zfsARCTargetSize OBJECT-TYPE SYNTAX GAUGE ACCESS read-only STATUS mandatory DESCRIPTION "The amount of ARC Target size" ::= {arc 6} zfsARCMru OBJECT-TYPE SYNTAX GAUGE ACCESS read-only STATUS mandatory DESCRIPTION "The amount of ARC size most recently used." ::= {arc 7} l2arc OBJECT IDENTIFIER ::= {zfs 5} zfsL2ARCHits OBJECT-TYPE SYNTAX COUNTER ACCESS read-only STATUS mandatory DESCRIPTION "The number of L2ARC accesses that were cache hits." ::= {l2arc 1} zfsL2ARCMisses OBJECT-TYPE SYNTAX COUNTER ACCESS read-only STATUS mandatory DESCRIPTION "The number of L2ARC accesses that were cache misses." ::= {l2arc 2} zfsL2ARCReads OBJECT-TYPE SYNTAX COUNTER ACCESS read-only STATUS mandatory DESCRIPTION "The number of reads made from L2ARC devices." ::= {l2arc 3} zfsL2ARCWrites OBJECT-TYPE SYNTAX COUNTER ACCESS read-only STATUS mandatory DESCRIPTION "The number of writes made to L2ARC devices." ::= {l2arc 4} temperature OBJECT IDENTIFIER ::= {ipmi 1} tempSensorName OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "The name of the designated temperature sensor." ::= {temperature 1} tempSensorValue OBJECT-TYPE SYNTAX GAUGE ACCESS read-only STATUS mandatory DESCRIPTION "The current value of the designated temperature sensor." ::= {temperature 2} upsId OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "The UPS identifier." ::= {ups 1} upsModel OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "The UPS model name." ::= {ups 2} upsManufacturer OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "The UPS manufacturer name." ::= {ups 3} upsSerial OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "The UPS serial number." ::= {ups 4} upsBatteryChargePercent OBJECT-TYPE SYNTAX GAUGE ACCESS read-only STATUS mandatory DESCRIPTION "The current battery charge in percent." ::= {ups 5} upsBatteryRuntimeSec OBJECT-TYPE SYNTAX GAUGE ACCESS read-only STATUS mandatory DESCRIPTION "The current remaining runtime in seconds." ::= {ups 6} upsBatteryVoltagedV OBJECT-TYPE SYNTAX GAUGE ACCESS read-only STATUS mandatory DESCRIPTION "The current battery voltage in dV." ::= {ups 7} upsBatteryNominalVoltagedV OBJECT-TYPE SYNTAX GAUGE ACCESS read-only STATUS mandatory DESCRIPTION "The nominal battery voltage in dV." ::= {ups 8} upsBatteryType OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "The battery type." ::= {ups 9} upsStatus OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "The current UPS status string." ::= {ups 10} END