73e4df4203
Ganglia provides a complete real-time monitoring and execution environment that is in use by hundreds of universities, private and government laboratories and commercial cluster implementors around the world. Whether you want to monitor hundreds of computers in real-time across a university campus or around the world, ganglia is for you. The ganglia web frontend provides access to the data collected by the monitoring core (parallel/ganglia-monitor-core) via the web.
28 lines
954 B
Text
28 lines
954 B
Text
$NetBSD: patch-ab,v 1.1.1.1 2005/02/07 14:39:29 jschauma Exp $
|
|
|
|
--- templates/default/footer.tpl.orig 2005-02-06 13:29:17.000000000 -0500
|
|
+++ templates/default/footer.tpl 2005-02-06 13:34:17.000000000 -0500
|
|
@@ -1,5 +1,12 @@
|
|
<HR>
|
|
<CENTER>
|
|
+<table border="0" cellspacing="5" cellpadding="5">
|
|
+ <tr>
|
|
+ <td>
|
|
+ <a href="http://www.netbsd.org/"><img src="http://www.netbsd.org/images/NetBSD-flag.png"
|
|
+ border="0" alt="Of course it runs NetBSD!"></a>
|
|
+ </td>
|
|
+ <td>
|
|
<FONT SIZE="-1" class=footer>
|
|
Gmetad Web Frontend version {webfrontend-version}
|
|
<A HREF="http://ganglia.sourceforge.net/downloads.php?component=ganglia-webfrontend&
|
|
@@ -11,7 +18,10 @@
|
|
|
|
Downloading and parsing ganglia's XML tree took {parsetime}.<BR>
|
|
Images created with <A HREF="http://www.rrdtool.com/">RRDTool</A>.<BR>
|
|
+<br>
|
|
+Brought to you by <a href="http://www.pkgsrc.org/">pkgsrc - The NetBSD
|
|
+Packages collection</a>.<br>
|
|
</FONT>
|
|
</CENTER>
|
|
|
|
</FORM>
|