summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: d34cde4)
raw | patch | inline | side by side (parent: d34cde4)
author | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Mon, 25 Apr 2005 21:59:12 +0000 (21:59 +0000) | ||
committer | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Mon, 25 Apr 2005 21:59:12 +0000 (21:59 +0000) |
website/iana/RRDTOOL-SMI.txt | [new file with mode: 0644] | patch | blob |
website/iana/index.wml | [new file with mode: 0644] | patch | blob |
website/navbar.inc | patch | blob | history | |
website/tut/index.wml | patch | blob | history |
diff --git a/website/iana/RRDTOOL-SMI.txt b/website/iana/RRDTOOL-SMI.txt
--- /dev/null
@@ -0,0 +1,48 @@
+RRDTOOL-SMI DEFINITIONS ::= BEGIN
+
+IMPORTS
+ MODULE-IDENTITY,
+ OBJECT-IDENTITY,
+ enterprises
+ FROM SNMPv2-SMI;
+
+rrdtool MODULE-IDENTITY
+ LAST-UPDATED "200404010000Z"
+ ORGANIZATION "RRD Tool"
+ CONTACT-INFO
+ " Tobi Oetiker
+
+ Postal: OETIKER+PARTNER
+ Aarweg 15
+ CH-4600 Olten
+ Switzerland
+
+ Telephone: +41 62 213 9907
+ E-mail: tobi@oetiker.ch
+
+ RRD Tool Information:
+ http://people.ee.ethz.ch/~oetiker/webtools/rrdtool/
+ "
+ DESCRIPTION
+ "The Structure of RRDTool fellow projects"
+ ::= { enterprises 14697 } -- assigned by IANA
+
+rrfw OBJECT-IDENTITY
+ STATUS current
+ DESCRIPTION
+ "Round Robin Database Framework.
+ http://rrfw.sourceforge.net/
+ "
+ ::= { rrdtool 1 }
+
+mobilerrd OBJECT-IDENTITY
+ STATUS current
+ DESCRIPTION
+ "RRDtool within KPN Mobile.
+ Contact w.a.siebring@kpn.com
+ "
+ ::= { rrdtool 2 }
+
+-- more to come if necessary.
+
+END
diff --git a/website/iana/index.wml b/website/iana/index.wml
--- /dev/null
+++ b/website/iana/index.wml
@@ -0,0 +1,24 @@
+<PAGE AUTHOR = "Tobias Oetiker <tobi@oetiker.ch>"
+ PAGE = "iana">
+
+<H1>The RRDtool Enterprise Tree</H1>
+
+<P>The IANA has assigned the Enterprise OID 1.3.6.1.4.1.<b>14697</b> to the
+RRDtool project. This enables us to give out sub OIDs to RRDtool
+frontends which need a place in the SNMP tree to place their own OIDs. If
+you want an OID for your project, please drop <a href="mailto:tobi@oetiker.ch">me</a> a line.<P>
+
+<P>The toplevel MIB defining the basic structure of our tree is <A
+href="RRDTOOL-SMI.txt">RRDTOOL-SMI</A></P>
+
+<H2>MIB Subregistrations</H2>
+
+<P>The following subregistrations have been accepted:</P>
+
+<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>
+</UL>
+
+<P>If you submit MIB modules, please <A HREF="http://wwwsnmp.cs.utwente.nl/ietf/mibs/validate/">validate</A> them
+before sending them to me. State in your mail that you have validated the MIB, or I will ask you todo it.</P>
diff --git a/website/navbar.inc b/website/navbar.inc
index e1b6c36ed52dbf7782bbc65b797063ec14dc022c..087d85fd37bc8677d1120ceb3d6c4caafa8ca751 100644 (file)
--- a/website/navbar.inc
+++ b/website/navbar.inc
<nav:but gallery "Gallery" gallery/index />
<nav:but rrdworld "RRDworld" rrdworld/index />
<nav:but prog "Programming" prog/index prog />
+ <nav:but iana "RRD MIB" iana/index />
<nav:but cast "Cast" cast />
</nav:bar>
diff --git a/website/tut/index.wml b/website/tut/index.wml
index afbbfd2920bbd278fb7dfd446cd78cd03aeeb96f..5b654d9947f78d095e7365f398c68955a9384386 100644 (file)
--- a/website/tut/index.wml
+++ b/website/tut/index.wml
<dl>
#include "index.inc"
</dl>
+
+<h2> External Tutorials </h2>
+
+<p>Some of these external tutorials may not be in sync with the latest release of rrdtool.</p>
+
+<ul>
+<li><a href="http://ed.zehome.com/?page=rrdtool">French RRDtutorial</a></li>
+<li><a href="http://silverwraith.com/papers/freebsd-snmp.php">Using SNMP and RRDTool on FreeBSD</a></li>
+<li><a href="http://www.photonway.net/Rrdtool-Tutorial-jp.html">Japanese Version of Alex's RRD-Tutorial</a></li>
+<li><a href="http://www.linux-magazin.de/Artikel/ausgabe/2004/06/perl/perl.html">RRDtool Intro from the German Linux Magazin</a></li>
+</ul>