Code

added systemgraph
authoroetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa>
Fri, 10 Feb 2006 12:08:35 +0000 (12:08 +0000)
committeroetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa>
Fri, 10 Feb 2006 12:08:35 +0000 (12:08 +0000)
git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2@762 a5681a0c-68f1-0310-ab6d-d61299d08faa

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

index 8b234bf3180815dc2dc5a093c9522d499eb2e6bf..f3168b36daf679c6898bd95f73a6b9d1bc31472b 100644 (file)
@@ -8,7 +8,7 @@
 add-ons to big applications or even replacements for rrdtool itself.</p>
 
 <p>You can checkout the <a
-href="http://people.ee.ethz.ch/~oetiker/webtools/rrdtool-1.0.x/rrdworld/">old-site</a>
+href="http://people.ee.ethz.ch/oetiker/webtools/rrdtool-1.0.x/rrdworld/">old-site</a>
 while we wait for new material to arrive.</p>
 
 <h2>RRDtool Companions</h2>
@@ -37,6 +37,7 @@ while we wait for new material to arrive.</p>
 #include "snmpgraph.xml"
 #include "smokeping.xml"
 #include "serverstats.xml"
+#include "systemgraph.xml"
 #include "tinygraph.xml"
 #include "torrus.xml"
 #include "tstat.xml"
diff --git a/website/rrdworld/systemgraph.png b/website/rrdworld/systemgraph.png
new file mode 100644 (file)
index 0000000..156871e
Binary files /dev/null and b/website/rrdworld/systemgraph.png differ
diff --git a/website/rrdworld/systemgraph.xml b/website/rrdworld/systemgraph.xml
new file mode 100644 (file)
index 0000000..0367c13
--- /dev/null
@@ -0,0 +1,11 @@
+<rrdworld type="application|"
+          icon="systemgraph.png" > <!-- Size 100x66 -->
+       <name> Systemgraph </name>
+     <author> Jochen Schlick </author>
+<description> A nice graphical system statistics RRDtool frontend which produces hourly, daily, weekly, monthly ... graphs of various system data. At the moment it provides graphs for memory usage, cpu info, number of processes, number of open files, number of tcp connections, system load, network traffic, harddisk usage, ntpdrift, fan status and system temperatures. </description>
+   <homepage> http://www.decagon.de/sw/systemgraph </homepage> 
+       <year> 2006 </year><month> 2 </month> <!-- Entry creation date -->
+    <license> GPL </license>
+
+</rrdworld>