Code

aadded new utilities
authoroetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa>
Tue, 9 Aug 2005 10:55:21 +0000 (10:55 +0000)
committeroetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa>
Tue, 9 Aug 2005 10:55:21 +0000 (10:55 +0000)
git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2@670 a5681a0c-68f1-0310-ab6d-d61299d08faa

website/rrdworld/bigsis_rrdworld.xml [new file with mode: 0644]
website/rrdworld/index.wml
website/rrdworld/logo_bigsis_rrd_100x66.png [new file with mode: 0644]
website/rrdworld/rrdutils.xml [new file with mode: 0644]

diff --git a/website/rrdworld/bigsis_rrdworld.xml b/website/rrdworld/bigsis_rrdworld.xml
new file mode 100644 (file)
index 0000000..9a4a061
--- /dev/null
@@ -0,0 +1,21 @@
+<rrdworld type="application"
+          icon="logo_bigsis_rrd_100x66.png" > <!-- Size 100x66 -->
+       <name> Big Sister system and network monitor</name>
+     <author> Tom Aeby </author>
+<description> 
+Big Sister detects failing services and systems, displays live status
+overviews and sends alerts. For providing diagnostic information to the 
+system administrator Big Sister also collects system performance data 
+and uses RRDTool as a powerful utility for storing and visualizing the 
+collected data.
+</description>
+   <homepage> http://www.bigsister.ch/ </homepage> 
+       <year> 2005 </year><month> 8 </month> <!-- Entry creation date -->
+    <license> GPL </license>
+
+   <!-- Optional -->   
+
+      <email> aeby@graeff.com </email> <!-- Author contact -->
+
+</rrdworld>
index e70c797408239c41e2635fcc5b573f72d2d777f8..3cc43f74f215fb3a9071389eefdfd8464f2fe302 100644 (file)
@@ -16,9 +16,11 @@ while we wait for new material to arrive.</p>
 #include "drraw.xml"
 #include "rrd_merger.xml"
 #include "weathermap4rrd.xml"  
+#include "rrdutils.xml"
 
 <h2>Free Applications</h2>
 
+#include "bigsis_rrdworld.xml"
 #include "cacti.xml"
 #include "mailgraph.xml"
 #include "rrdcgi.xml"
diff --git a/website/rrdworld/logo_bigsis_rrd_100x66.png b/website/rrdworld/logo_bigsis_rrd_100x66.png
new file mode 100644 (file)
index 0000000..9450b61
Binary files /dev/null and b/website/rrdworld/logo_bigsis_rrd_100x66.png differ
diff --git a/website/rrdworld/rrdutils.xml b/website/rrdworld/rrdutils.xml
new file mode 100644 (file)
index 0000000..475623e
--- /dev/null
@@ -0,0 +1,18 @@
+<rrdworld type="companion">
+
+       <name> rrdUtils </name>
+            <author> Javier Palacios </author>
+            <description> Is a set of tools intended to help the creation
+and graphing
+of RRD files. The RRD characteristics (data sources, consolidation
+functions, ...) and the graphs are described in a configuration file that we
+can use to create new instances of a RRD, and to generate the graphs for
+them.<br> It includes an extension which uses the configuration files to
+poll an SNMP agent and stores the results in the related RRD. </description>
+   <homepage> http://rrdutils.sourceforge.net </homepage>
+          <year> 2005 </year><month> 4 </month> <!-- Entry creation date -->
+              <license> GPL </license>
+              
+                    <email>   javierpb@arsystel.com </email> <!-- Author contact -->
+
+</rrdworld>