~ubuntu-branches/ubuntu/wily/net-snmp/wily-proposed

« back to all changes in this revision

Viewing changes to mibs/UCD-SNMP-MIB.txt

  • Committer: Bazaar Package Importer
  • Author(s): Chuck Short
  • Date: 2010-06-28 14:59:36 UTC
  • mfrom: (1.2.3 upstream) (1.1.12 sid)
  • Revision ID: james.westby@ubuntu.com-20100628145936-cbiallic69pn044g
Tags: 5.4.3~dfsg-1ubuntu1
* Merge from debian unstable.  Remaining changes:
  - Set Ubuntu maintainer address.
  - net-snmp-config: Use bash. (LP: #104738)
  - Removed multiuser option when calling update-rc.d. (LP: #254261)
  - debian/snmpd.init: LSBify the init script.
  - debian/patches/52_fix_snmpcmd_1_typo.patch: Adjust a typo in snmpcmd.1
    (LP: #250459)
  - debian/snmpd.postinst: source debconf before doing work, LP: #589056
  - debian/snmp.preinst, debian/snmp.prerm: kill any/all processes owned by
    snmp user before install/uninstall, LP: #573391
  - Add apport hook (LP: #533603):
  - debian/{snmp,snmpd}.apport: Added.
  - debian/control: Build-depends on dh-apport.
  - debian/rules: 
    + Add --with apport.
    + override_dh_apport to install hook on snmpd package only.
 * Dropped patches:
   - debian/patches/99-fix-ubuntu-div0.patch: Fix dvision by zero.. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
         email:    net-snmp-coders@lists.sourceforge.net
54
54
        "
55
55
    DESCRIPTION
 
56
        "This file defines the private UCD SNMP MIB extensions."
 
57
 
 
58
    REVISION     "200611220000Z"
 
59
    DESCRIPTION
56
60
        "Clarify behaviour of objects in the memory & systemStats groups
57
61
         (including updated versions of malnamed mem*Text objects).
58
62
         Define suitable TCs to describe error reporting/fix behaviour."
59
 
    REVISION     "200611220000Z"
 
63
 
 
64
    REVISION     "200404070000Z"
60
65
    DESCRIPTION
61
66
        "Added ssCpuRawSoftIRQ for Linux (2.6) and forgotten raw swap counters."
62
 
    REVISION     "200404070000Z"
 
67
 
 
68
    REVISION     "200209050000Z"
63
69
    DESCRIPTION
64
70
        "Deprecate the non-raw objects."
65
 
    REVISION     "200209050000Z"
 
71
 
 
72
    REVISION     "200109200000Z"
66
73
    DESCRIPTION
67
 
        "This file defines the private UCD SNMP MIB extensions."
 
74
        "Group to monitor log files"
 
75
 
68
76
    REVISION     "200101170000Z"
69
77
    DESCRIPTION
70
78
        "Added raw CPU and IO counters."
 
79
 
71
80
    REVISION     "9912090000Z"
72
81
    DESCRIPTION
73
82
        "SMIv2 version converted from older MIB definitions."
710
719
    MAX-ACCESS  read-only
711
720
    STATUS      current
712
721
    DESCRIPTION  
713
 
        "Total size of the disk/partion (kBytes)"
 
722
        "Total size of the disk/partion (kBytes).
 
723
         For large disks (>2Tb), this value will
 
724
         latch at INT32_MAX (2147483647)."
714
725
    ::= { dskEntry 6 } 
715
726
 
716
727
dskAvail OBJECT-TYPE
718
729
    MAX-ACCESS  read-only
719
730
    STATUS      current
720
731
    DESCRIPTION  
721
 
        "Available space on the disk"
 
732
        "Available space on the disk.
 
733
         For large lightly-used disks (>2Tb), this
 
734
         value will latch at INT32_MAX (2147483647)."
722
735
    ::= { dskEntry 7 } 
723
736
 
724
737
dskUsed OBJECT-TYPE
726
739
    MAX-ACCESS  read-only
727
740
    STATUS      current
728
741
    DESCRIPTION  
729
 
        "Used space on the disk"
 
742
        "Used space on the disk.
 
743
         For large heavily-used disks (>2Tb), this
 
744
         value will latch at INT32_MAX (2147483647)."
730
745
    ::= { dskEntry 8 } 
731
746
 
732
747
dskPercent OBJECT-TYPE