nothing

Carlos Felix cfelix____cfl.rr.com
Thu Jun 29 17:12:00 CEST 2000


 
-------------- next part --------------
SYSTEM-MGNT-MIB DEFINITIONS ::= BEGIN

IMPORTS
   enterprises
     FROM RFC1213-MIB                 
   OBJECT-TYPE
     FROM RFC-1212;


-- This MIB is compiled with AgentGen to generate a C++ and header file.
-- Visit http://www.fock.de/agent++/ for more information

-- the path to the root


harris          OBJECT IDENTIFIER ::= { enterprises 290 }
ess             OBJECT IDENTIFIER ::= { harris 2 }
gcsd            OBJECT IDENTIFIER ::= { ess 6 }
gcsd-temporary  OBJECT IDENTIFIER ::= { gcsd 2 }
sysMgmt         OBJECT IDENTIFIER ::= { gcsd-temporary 1 }

-- Definitions of Unix Resources

cpuStat OBJECT-TYPE
   SYNTAX  OCTET STRING
   ACCESS  read-only
   STATUS  mandatory
   DESCRIPTION
       "Statistics on CPU usage.  Return string contains
        statistics for all CPUs. Each CPU stats are in
        separate lines (separated by new lines)."
   ::= { sysMgmt 1 }

diskStat OBJECT-TYPE
   SYNTAX  OCTET STRING
   ACCESS  read-only
   STATUS  mandatory
   DESCRIPTION
       "Statistics on Disk usage.  Return string contains
        statistics for all Disks. Each Disk stats are in
        separate lines (separated by new lines)."
   ::= { sysMgmt 2 }

queueStat OBJECT-TYPE
   SYNTAX  OCTET STRING
   ACCESS  read-only
   STATUS  mandatory
   DESCRIPTION
       "Statistics on Queue usage.  Return string contains
        statistics for all Queues. Each Queue stats are in
        separate lines (separated by new lines)."
   ::= { sysMgmt 3 }

memStat OBJECT-TYPE
   SYNTAX  OCTET STRING
   ACCESS  read-only
   STATUS  mandatory
   DESCRIPTION
       "Statistics on memory usage.  Return string contains
        statistics for system memory, which includes swap
        space."
   ::= { sysMgmt 4 }

netStat OBJECT-TYPE
   SYNTAX  OCTET STRING
   ACCESS  read-only
   STATUS  mandatory
   DESCRIPTION
       "Statistics on Network bandwidth usage.  Return string 
        contains statistics for all network interfaces (including
        loopback). Each interface stats are in
        separate lines (separated by new lines)."
   ::= { sysMgmt 5 }

user OBJECT-TYPE
   SYNTAX  OCTET STRING
   ACCESS  read-only
   STATUS  mandatory
   DESCRIPTION
       "Returns the amount of unique users currently logged in.
        Unique users can have the same login name is they are
        logged on from different terminals."
   ::= { sysMgmt 6 }

upTime OBJECT-TYPE
   SYNTAX  OCTET STRING
   ACCESS  read-only
   STATUS  mandatory
   DESCRIPTION
       "Returns the output of unix command UPTIME.  Contains
        how long the machine has been up, users, and load 
        averages."
   ::= { sysMgmt 7 }

secVio OBJECT-TYPE
   SYNTAX  OCTET STRING
   ACCESS  read-only
   STATUS  mandatory
   DESCRIPTION
       "Returns any security violations from the file /var/adm/loginlog."
   ::= { sysMgmt 7 }

END


More information about the AGENTPP mailing list