mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-08-27 20:58:53 +02:00
* 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
68 lines
2.1 KiB
Plaintext
68 lines
2.1 KiB
Plaintext
NET-SNMP-MIB DEFINITIONS ::= BEGIN
|
|
|
|
--
|
|
-- Top-level infrastructure of the Net-SNMP project enterprise MIB tree
|
|
--
|
|
|
|
IMPORTS
|
|
MODULE-IDENTITY, enterprises FROM SNMPv2-SMI;
|
|
|
|
netSnmp MODULE-IDENTITY
|
|
LAST-UPDATED "200201300000Z"
|
|
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
|
|
"Top-level infrastructure of the Net-SNMP project enterprise MIB tree"
|
|
REVISION "200201300000Z"
|
|
DESCRIPTION
|
|
"First draft"
|
|
::= { enterprises 8072}
|
|
|
|
|
|
--
|
|
-- Net-SNMP enterprise-specific management objects
|
|
--
|
|
|
|
netSnmpObjects OBJECT IDENTIFIER ::= {netSnmp 1}
|
|
-- netSnmpExamples OBJECT IDENTIFIER ::= {netSnmp 2}
|
|
netSnmpEnumerations OBJECT IDENTIFIER ::= {netSnmp 3}
|
|
netSnmpModuleIDs OBJECT IDENTIFIER ::= {netSnmpEnumerations 1}
|
|
netSnmpAgentOIDs OBJECT IDENTIFIER ::= {netSnmpEnumerations 2}
|
|
netSnmpDomains OBJECT IDENTIFIER ::= {netSnmpEnumerations 3}
|
|
netSnmpExperimental OBJECT IDENTIFIER ::= {netSnmp 9999}
|
|
|
|
--
|
|
-- A subtree specifically designed for private testing purposes.
|
|
-- No "public" management objects should ever be defined within this tree.
|
|
--
|
|
-- It is provided for private experimentation, prior to transferring a MIB
|
|
-- structure to another part of the overall OID tree
|
|
--
|
|
netSnmpPlaypen OBJECT IDENTIFIER ::= {netSnmpExperimental 9999}
|
|
|
|
|
|
--
|
|
-- Notifications
|
|
--
|
|
|
|
netSnmpNotificationPrefix OBJECT IDENTIFIER ::= {netSnmp 4}
|
|
netSnmpNotifications OBJECT IDENTIFIER ::= {netSnmpNotificationPrefix 0}
|
|
netSnmpNotificationObjects OBJECT IDENTIFIER ::= {netSnmpNotificationPrefix 1}
|
|
|
|
|
|
--
|
|
-- Conformance
|
|
-- (No laughing at the back!)
|
|
--
|
|
|
|
netSnmpConformance OBJECT IDENTIFIER ::= {netSnmp 5}
|
|
netSnmpCompliances OBJECT IDENTIFIER ::= {netSnmpConformance 1}
|
|
netSnmpGroups OBJECT IDENTIFIER ::= {netSnmpConformance 2}
|
|
|
|
END
|