summaryrefslogtreecommitdiff
path: root/mibs/NET-SNMP-MONITOR-MIB.txt
diff options
context:
space:
mode:
Diffstat (limited to 'mibs/NET-SNMP-MONITOR-MIB.txt')
-rw-r--r--mibs/NET-SNMP-MONITOR-MIB.txt59
1 files changed, 59 insertions, 0 deletions
diff --git a/mibs/NET-SNMP-MONITOR-MIB.txt b/mibs/NET-SNMP-MONITOR-MIB.txt
new file mode 100644
index 0000000..ae79221
--- /dev/null
+++ b/mibs/NET-SNMP-MONITOR-MIB.txt
@@ -0,0 +1,59 @@
+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