pandorafms/pandora_agents/win32/bin/util/mibs/NET-SNMP-MONITOR-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

60 lines
1.2 KiB
Plaintext

NET-SNMP-MONITOR-MIB DEFINITIONS ::= BEGIN
--
-- Configured elements of the system to monitor (XXX - ugh! - need a better description!)
--
IMPORTS
netSnmpObjects, netSnmpModuleIDs FROM NET-SNMP-MIB
OBJECT-TYPE, NOTIFICATION-TYPE, MODULE-IDENTITY, Integer32
FROM SNMPv2-SMI
DisplayString FROM SNMPv2-TC;
netSnmpMonitorMIB 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
"Configured elements of the system to monitor
(XXX - ugh! - need a better description!)"
REVISION "200202090000Z"
DESCRIPTION
"First revision."
::= { netSnmpModuleIDs 3}
nsProcess OBJECT IDENTIFIER ::= {netSnmpObjects 21}
nsDisk OBJECT IDENTIFIER ::= {netSnmpObjects 22}
nsFile OBJECT IDENTIFIER ::= {netSnmpObjects 23}
nsLog OBJECT IDENTIFIER ::= {netSnmpObjects 24}
--
-- Process Monitoring
--
--
-- Disk Monitoring
--
--
-- File Monitoring
--
--
-- Log Monitoring
--
END