summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 1691631)
raw | patch | inline | side by side (parent: 1691631)
author | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Tue, 9 Aug 2005 10:55:21 +0000 (10:55 +0000) | ||
committer | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Tue, 9 Aug 2005 10:55:21 +0000 (10:55 +0000) |
website/rrdworld/bigsis_rrdworld.xml | [new file with mode: 0644] | patch | blob |
website/rrdworld/index.wml | patch | blob | history | |
website/rrdworld/logo_bigsis_rrd_100x66.png | [new file with mode: 0644] | patch | blob |
website/rrdworld/rrdutils.xml | [new file with mode: 0644] | patch | blob |
diff --git a/website/rrdworld/bigsis_rrdworld.xml b/website/rrdworld/bigsis_rrdworld.xml
--- /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)
#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
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
--- /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>