pandorafms/pandora_agents/win32/bin/util/mibs/NET-SNMP-SYSTEM-MIB.txt
slerena 1153cfdff5 2010-10-29 Sancho Lerena <slerena@artica.es>
* win32/bin/util/mibs: Added default mibs for the small snmpagent
    * tool.

    * win32/bin/util/getsnmp.bat,
    win32/bin/util/snmpget.exe: Added tool to get snmp info from the
    agent using tool from a module_exec.

    * win32/installer/pandora.mpi: Updated installer to have snmpget and
    mibs in the install process.

    * win32/pandora_windows_service.cc: Fixed bug 3098165.

    * win32/pandora.cc: Updated version


git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3482 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2010-10-29 15:50:43 +00:00

64 lines
1.3 KiB
Plaintext

NET-SNMP-SYSTEM-MIB DEFINITIONS ::= BEGIN
--
-- Characteristics of the current running system
--
IMPORTS
netSnmpObjects, netSnmpModuleIDs FROM NET-SNMP-MIB
Float FROM NET-SNMP-TC
OBJECT-TYPE, NOTIFICATION-TYPE, MODULE-IDENTITY, Integer32, Counter32
FROM SNMPv2-SMI
DisplayString FROM SNMPv2-TC;
netSnmpSystemMIB MODULE-IDENTITY
LAST-UPDATED "200202090000Z"
ORGANIZATION "www.net-snmp.org"
CONTACT-INFO
"postal: Wes Hardaker
P.O. Box 382
Davis CA 95617
email: net-snmp-coders@lists.sourceforge.net"
DESCRIPTION
"Characteristics of the current running system"
REVISION "200202090000Z"
DESCRIPTION
"First draft."
::= { netSnmpModuleIDs 4}
nsMemory OBJECT IDENTIFIER ::= {netSnmpObjects 31}
nsSwap OBJECT IDENTIFIER ::= {netSnmpObjects 32}
nsCPU OBJECT IDENTIFIER ::= {netSnmpObjects 33}
nsLoad OBJECT IDENTIFIER ::= {netSnmpObjects 34}
nsDiskIO OBJECT IDENTIFIER ::= {netSnmpObjects 35}
--
-- Memory
--
--
-- Swap
--
--
-- CPU Statistics
--
--
-- Load Average
--
--
-- Disk IO
--
END