summaryrefslogtreecommitdiff
path: root/www/ganglia-webfrontend/patches
diff options
context:
space:
mode:
authorjschauma <jschauma>2005-02-07 14:39:27 +0000
committerjschauma <jschauma>2005-02-07 14:39:27 +0000
commit742c5dd5e9002724a8bee22bc7e19b303deceb84 (patch)
tree20c74976386fee0cec7c09844455dde37887511c /www/ganglia-webfrontend/patches
parent14e43ea5d34faab3b6b12e2cb7fd6d0d7afc20bb (diff)
downloadpkgsrc-742c5dd5e9002724a8bee22bc7e19b303deceb84.tar.gz
Initial import of ganglia-webfrontend:
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.
Diffstat (limited to 'www/ganglia-webfrontend/patches')
-rw-r--r--www/ganglia-webfrontend/patches/patch-aa19
-rw-r--r--www/ganglia-webfrontend/patches/patch-ab28
2 files changed, 47 insertions, 0 deletions
diff --git a/www/ganglia-webfrontend/patches/patch-aa b/www/ganglia-webfrontend/patches/patch-aa
new file mode 100644
index 00000000000..89778d66526
--- /dev/null
+++ b/www/ganglia-webfrontend/patches/patch-aa
@@ -0,0 +1,19 @@
+$NetBSD: patch-aa,v 1.1.1.1 2005/02/07 14:39:28 jschauma Exp $
+
+--- conf.php.orig 2005-02-05 14:32:59.000000000 -0500
++++ conf.php 2005-02-05 14:33:23.000000000 -0500
+@@ -22,12 +22,12 @@
+ #
+
+ # Where gmetad stores the rrd archives.
+-$gmetad_root = "/var/lib/ganglia";
++$gmetad_root = "/var/db/ganglia";
+ $rrds = "$gmetad_root/rrds";
+
+ # Leave this alone if rrdtool is installed in $gmetad_root,
+ # otherwise, change it if it is installed elsewhere (like /usr/bin)
+-define("RRDTOOL", "/usr/bin/rrdtool");
++define("RRDTOOL", "@PREFIX@/bin/rrdtool");
+
+ #
+ # If you want to grab data from a different ganglia source specify it here.
diff --git a/www/ganglia-webfrontend/patches/patch-ab b/www/ganglia-webfrontend/patches/patch-ab
new file mode 100644
index 00000000000..345541e1738
--- /dev/null
+++ b/www/ganglia-webfrontend/patches/patch-ab
@@ -0,0 +1,28 @@
+$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&amp;
+@@ -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>