Path: blob/main/usr.sbin/bsnmpd/modules/snmp_hostres/BEGEMOT-HOSTRES-MIB.txt
111833 views
--1-- Copyright (c) 2005-20062-- Hartmut Brandt3-- All rights reserved.4--5-- Author: Harti Brandt <[email protected]>6--7-- Redistribution and use in source and binary forms, with or without8-- modification, are permitted provided that the following conditions9-- are met:10-- 1. Redistributions of source code must retain the above copyright11-- notice, this list of conditions and the following disclaimer.12-- 2. Redistributions in binary form must reproduce the above copyright13-- notice, this list of conditions and the following disclaimer in the14-- documentation and/or other materials provided with the distribution.15--16-- THIS SOFTWARE IS PROVIDED BY AUTHOR AND CONTRIBUTORS ``AS IS'' AND17-- ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE18-- IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE19-- ARE DISCLAIMED. IN NO EVENT SHALL AUTHOR OR CONTRIBUTORS BE LIABLE20-- FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL21-- DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS22-- OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)23-- HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT24-- LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY25-- OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF26-- SUCH DAMAGE.27--28-- Additional stuff for the HOST-RESOURCES MIB.29--30BEGEMOT-HOSTRES-MIB DEFINITIONS ::= BEGIN3132IMPORTS33MODULE-IDENTITY, OBJECT-TYPE, TimeTicks34FROM SNMPv2-SMI35begemot36FROM BEGEMOT-MIB;3738begemotHostres MODULE-IDENTITY39LAST-UPDATED "200601030000Z"40ORGANIZATION "German Aerospace Center"41CONTACT-INFO42" Hartmut Brandt4344Postal: German Aerospace Center45Oberpfaffenhofen4682234 Wessling47Germany4849Fax: +49 8153 28 28435051E-mail: [email protected]"52DESCRIPTION53"The MIB for additional HOST-RESOURCES data."54REVISION "200601030000Z"55DESCRIPTION56"Initial revision."57::= { begemot 202 }5859begemotHostresObjects OBJECT IDENTIFIER ::= { begemotHostres 1 }6061begemotHrStorageUpdate OBJECT-TYPE62SYNTAX TimeTicks63MAX-ACCESS read-write64STATUS current65DESCRIPTION66"The maximum number of ticks the storage table is cached."67DEFVAL { 700 }68::= { begemotHostresObjects 1 }6970begemotHrFSUpdate OBJECT-TYPE71SYNTAX TimeTicks72MAX-ACCESS read-write73STATUS current74DESCRIPTION75"The maximum number of ticks the FS table is cached."76DEFVAL { 700 }77::= { begemotHostresObjects 2 }7879begemotHrDiskStorageUpdate OBJECT-TYPE80SYNTAX TimeTicks81MAX-ACCESS read-write82STATUS current83DESCRIPTION84"The maximum number of ticks the disk storage table is cached."85DEFVAL { 300 }86::= { begemotHostresObjects 3 }8788begemotHrNetworkUpdate OBJECT-TYPE89SYNTAX TimeTicks90MAX-ACCESS read-write91STATUS current92DESCRIPTION93"The maximum number of ticks the network table is cached."94DEFVAL { 700 }95::= { begemotHostresObjects 4 }9697begemotHrSWInstalledUpdate OBJECT-TYPE98SYNTAX TimeTicks99MAX-ACCESS read-write100STATUS current101DESCRIPTION102"The maximum number of ticks the hrSWInstalledTable is cached."103DEFVAL { 1200 }104::= { begemotHostresObjects 5 }105106begemotHrSWRunUpdate OBJECT-TYPE107SYNTAX TimeTicks108MAX-ACCESS read-write109STATUS current110DESCRIPTION111"The maximum number of ticks the hrSWRunTable and112hrSWRunPerfTable are cached."113DEFVAL { 300 }114::= { begemotHostresObjects 6 }115116begemotHrPkgDir OBJECT-TYPE117SYNTAX OCTET STRING118MAX-ACCESS read-write119STATUS current120DESCRIPTION121"The path to the package DB directory."122DEFVAL { "/var/db/pkg" }123::= { begemotHostresObjects 7 }124125END126127128