From a83640462eb8df3cda9654d4ba763328e239958b Mon Sep 17 00:00:00 2001 From: oetiker Date: Tue, 17 May 2005 07:30:55 +0000 Subject: [PATCH] update from Vit git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2@575 a5681a0c-68f1-0310-ab6d-d61299d08faa --- website/iana/RRDMONITOR.MIB | 68 ++++++------------------------------- website/iana/index.wml | 2 +- 2 files changed, 11 insertions(+), 59 deletions(-) diff --git a/website/iana/RRDMONITOR.MIB b/website/iana/RRDMONITOR.MIB index ac69f467..3e1e2fd6 100644 --- a/website/iana/RRDMONITOR.MIB +++ b/website/iana/RRDMONITOR.MIB @@ -1,4 +1,3 @@ - RRDMONITOR-MIB DEFINITIONS ::= BEGIN IMPORTS @@ -12,11 +11,12 @@ IMPORTS rrdmonitor MODULE-IDENTITY LAST-UPDATED "200505160000Z" ORGANIZATION - "RrdMonitor project" + "RRDMonitor project" CONTACT-INFO - "aaa" + "contact info@rrdmonitor.net + http://rrdmonitor.net" DESCRIPTION - "The MIB module for SNMP variables specific to rrdmonitor project" + "The MIB module for SNMP variables specific to RRDMonitor project" ::= { rrdtool 3 } @@ -24,11 +24,11 @@ EventType ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "Defines the event type: - warning -- The monitor condition is first time met - critical -- The monitor condition is met again on the consequtive - monitorin cycle - clear -- The monitor condition is not met the first time after - event type set or repeat" + warning -- The monitor condition is first time met + critical -- The monitor condition is met again on the consequtive + monitorin cycle + clear -- The monitor condition is not met the first time after + event type set or repeat" SYNTAX INTEGER { warning (1), critical (2), @@ -36,30 +36,6 @@ EventType ::= TEXTUAL-CONVENTION } -Path ::= TEXTUAL-CONVENTION - STATUS current - DESCRIPTION - "Path is the full name of the rrdmonitor datasource, containing its - parent nodes separated by slashes" - SYNTAX OCTET STRING (SIZE(1..512)) - - -Token ::= TEXTUAL-CONVENTION - STATUS current - DESCRIPTION - "Token is a short ID for the leaf or subtree of the rrdmonitor - datasources hierarchy" - SYNTAX OCTET STRING (SIZE(5..10)) - - -TreeName ::= TEXTUAL-CONVENTION - STATUS current - DESCRIPTION - "rrdmonitor system operates with several datasource trees - identified by names" - SYNTAX OCTET STRING (SIZE(1..512)) - - rrdmonitorAlarmTable OBJECT-TYPE SYNTAX SEQUENCE OF RrdmonitorAlarmEntry MAX-ACCESS not-accessible @@ -101,35 +77,11 @@ rrdmonitorMessage OBJECT-TYPE "The value of this object uniquely identifies this event entry." ::= { rrdmonitorAlarmEntry 2 } -generic-cpu NOTIFICATION-TYPE +generic NOTIFICATION-TYPE OBJECTS { rrdmonitorEventType, rrdmonitorMessage } STATUS current DESCRIPTION "The SNMP trap that is generated when an rrdmonitor monitor condition is changed for the leaf being monitored" ::= { rrdmonitor 2 } - -nokia3gsAttached NOTIFICATION-TYPE - OBJECTS { rrdmonitorEventType, - rrdmonitorMessage } - STATUS current - DESCRIPTION - "The SNMP trap that is generated when an rrdmonitor monitor condition is changed for the leaf being monitored" - ::= { rrdmonitor 3 } - -nokia3gsActivePDP NOTIFICATION-TYPE - OBJECTS { rrdmonitorEventType, - rrdmonitorMessage } - STATUS current - DESCRIPTION - "The SNMP trap that is generated when an rrdmonitor monitor condition is changed for the leaf being monitored" - ::= { rrdmonitor 4 } - -nokia3gsDNS NOTIFICATION-TYPE - OBJECTS { rrdmonitorEventType, - rrdmonitorMessage } - STATUS current - DESCRIPTION - "The SNMP trap that is generated when an rrdmonitor monitor condition is changed for the leaf being monitored" - ::= { rrdmonitor 5 } END \ No newline at end of file diff --git a/website/iana/index.wml b/website/iana/index.wml index 8ee1cc85..9540895a 100644 --- a/website/iana/index.wml +++ b/website/iana/index.wml @@ -17,7 +17,7 @@ you want an OID for your project, please drop m

If you submit MIB modules, please validate them -- 2.30.2