summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: a9c8401)
raw | patch | inline | side by side (parent: a9c8401)
author | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Mon, 16 May 2005 17:35:51 +0000 (17:35 +0000) | ||
committer | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Mon, 16 May 2005 17:35:51 +0000 (17:35 +0000) |
website/iana/RRDMONITOR.MIB | [new file with mode: 0644] | patch | blob |
website/iana/RRDTOOL-SMI.txt | patch | blob | history | |
website/iana/index.wml | patch | blob | history |
diff --git a/website/iana/RRDMONITOR.MIB b/website/iana/RRDMONITOR.MIB
--- /dev/null
@@ -0,0 +1,135 @@
+\r
+RRDMONITOR-MIB DEFINITIONS ::= BEGIN\r
+\r
+IMPORTS\r
+ NOTIFICATION-TYPE, OBJECT-TYPE, MODULE-IDENTITY\r
+ FROM SNMPv2-SMI\r
+ TEXTUAL-CONVENTION\r
+ FROM SNMPv2-TC\r
+ rrdtool\r
+ FROM RRDTOOL-SMI;\r
+\r
+rrdmonitor MODULE-IDENTITY\r
+ LAST-UPDATED "200505160000Z"\r
+ ORGANIZATION \r
+ "RrdMonitor project"\r
+ CONTACT-INFO \r
+ "aaa"\r
+ DESCRIPTION \r
+ "The MIB module for SNMP variables specific to rrdmonitor project"\r
+::= { rrdtool 3 }\r
+\r
+\r
+EventType ::= TEXTUAL-CONVENTION\r
+ STATUS current\r
+ DESCRIPTION \r
+ "Defines the event type:\r
+ warning -- The monitor condition is first time met\r
+ critical -- The monitor condition is met again on the consequtive\r
+ monitorin cycle\r
+ clear -- The monitor condition is not met the first time after\r
+ event type set or repeat"\r
+ SYNTAX INTEGER {\r
+ warning (1),\r
+ critical (2),\r
+ clear (3)\r
+ }\r
+\r
+\r
+Path ::= TEXTUAL-CONVENTION\r
+ STATUS current\r
+ DESCRIPTION \r
+ "Path is the full name of the rrdmonitor datasource, containing its\r
+ parent nodes separated by slashes"\r
+ SYNTAX OCTET STRING (SIZE(1..512))\r
+\r
+\r
+Token ::= TEXTUAL-CONVENTION\r
+ STATUS current\r
+ DESCRIPTION \r
+ "Token is a short ID for the leaf or subtree of the rrdmonitor\r
+ datasources hierarchy"\r
+ SYNTAX OCTET STRING (SIZE(5..10))\r
+\r
+\r
+TreeName ::= TEXTUAL-CONVENTION\r
+ STATUS current\r
+ DESCRIPTION \r
+ "rrdmonitor system operates with several datasource trees\r
+ identified by names"\r
+ SYNTAX OCTET STRING (SIZE(1..512))\r
+\r
+\r
+rrdmonitorAlarmTable OBJECT-TYPE\r
+ SYNTAX SEQUENCE OF RrdmonitorAlarmEntry\r
+ MAX-ACCESS not-accessible\r
+ STATUS current\r
+ DESCRIPTION \r
+ ""\r
+ ::= { rrdmonitor 1 }\r
+\r
+rrdmonitorAlarmEntry OBJECT-TYPE\r
+ SYNTAX RrdmonitorAlarmEntry\r
+ MAX-ACCESS not-accessible\r
+ STATUS current\r
+ DESCRIPTION \r
+ ""\r
+ INDEX { rrdmonitorEventType, \r
+ rrdmonitorMessage }\r
+ ::= { rrdmonitorAlarmTable 1 }\r
+\r
+RrdmonitorAlarmEntry ::= SEQUENCE {\r
+ rrdmonitorEventType\r
+ EventType,\r
+ rrdmonitorMessage\r
+ OCTET STRING\r
+}\r
+\r
+rrdmonitorEventType OBJECT-TYPE\r
+ SYNTAX EventType\r
+ MAX-ACCESS read-write\r
+ STATUS current\r
+ DESCRIPTION \r
+ "The type of the event: warning(1), critical(2), clear(3)"\r
+ ::= { rrdmonitorAlarmEntry 1 }\r
+\r
+rrdmonitorMessage OBJECT-TYPE\r
+ SYNTAX OCTET STRING (SIZE(0..128))\r
+ MAX-ACCESS read-write\r
+ STATUS current\r
+ DESCRIPTION \r
+ "The value of this object uniquely identifies this event entry."\r
+ ::= { rrdmonitorAlarmEntry 2 }\r
+\r
+generic-cpu NOTIFICATION-TYPE\r
+ OBJECTS { rrdmonitorEventType, \r
+ rrdmonitorMessage }\r
+ STATUS current\r
+ DESCRIPTION \r
+ "The SNMP trap that is generated when an rrdmonitor monitor condition is changed for the leaf being monitored"\r
+ ::= { rrdmonitor 2 }\r
+\r
+nokia3gsAttached NOTIFICATION-TYPE\r
+ OBJECTS { rrdmonitorEventType, \r
+ rrdmonitorMessage }\r
+ STATUS current\r
+ DESCRIPTION \r
+ "The SNMP trap that is generated when an rrdmonitor monitor condition is changed for the leaf being monitored"\r
+ ::= { rrdmonitor 3 }\r
+\r
+nokia3gsActivePDP NOTIFICATION-TYPE\r
+ OBJECTS { rrdmonitorEventType, \r
+ rrdmonitorMessage }\r
+ STATUS current\r
+ DESCRIPTION \r
+ "The SNMP trap that is generated when an rrdmonitor monitor condition is changed for the leaf being monitored"\r
+ ::= { rrdmonitor 4 }\r
+\r
+nokia3gsDNS NOTIFICATION-TYPE\r
+ OBJECTS { rrdmonitorEventType, \r
+ rrdmonitorMessage }\r
+ STATUS current\r
+ DESCRIPTION \r
+ "The SNMP trap that is generated when an rrdmonitor monitor condition is changed for the leaf being monitored"\r
+ ::= { rrdmonitor 5 }\r
+END
\ No newline at end of file
index 1d76f1571c6dd03e263d3304311924faa774488c..0910605692c89a3d7b41d68bbc9423c2030228f4 100644 (file)
Contact w.a.siebring@kpn.com
"
::= { rrdtool 2 }
+
+rrdmonitor OBJECT-IDENTITY
+ STATUS current
+ DESCRIPTION
+ "The MIB module for SNMP variables specific to rrdmonitor project
+ Contact: skorza@gmail.com, rrdmonitor@10096.it
+ "
+ ::= { rrdtool 3 }
-- more to come if necessary.
diff --git a/website/iana/index.wml b/website/iana/index.wml
index a95cbafb94e9230536a8f1618c6a689b74289657..8ee1cc85aa02d69c590901c2d4f5cf21dae64d50 100644 (file)
--- a/website/iana/index.wml
+++ b/website/iana/index.wml
<UL>
<LI><B>1</B> -- <A HREF="http://rrfw.sourceforge.net/">Round Robin Database Framework</A> -- <A HREF="http://rrfw.sourceforge.net/RRFW-MIB.txt">RRFW-MIB.txt</A>.</LI>
-<LI><B>2</B> -- MobileRRD RRD-implementation of KPN Mobile Contact Wim Siebring.</LI>
+<LI><B>2</B> -- MobileRRD RRD implementation of KPN Mobile Contact Wim Siebring.</LI>
+<LI><B>3</B> -- RRDMonitor by Vit Luca luca from 10096.it -- <A HREF="RRDMONITOR.MIB">RRDMONITOR.MIB</a>.</LI>
</UL>
<P>If you submit MIB modules, please <A HREF="http://wwwsnmp.cs.utwente.nl/ietf/mibs/validate/">validate</A> them