summaryrefslogtreecommitdiff
path: root/sysutils/ganglia-webfrontend/files/patch-ganglia.php
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/ganglia-webfrontend/files/patch-ganglia.php')
-rw-r--r--sysutils/ganglia-webfrontend/files/patch-ganglia.php16
1 files changed, 16 insertions, 0 deletions
diff --git a/sysutils/ganglia-webfrontend/files/patch-ganglia.php b/sysutils/ganglia-webfrontend/files/patch-ganglia.php
new file mode 100644
index 000000000000..1af16d4fe466
--- /dev/null
+++ b/sysutils/ganglia-webfrontend/files/patch-ganglia.php
@@ -0,0 +1,16 @@
+
+$FreeBSD$
+
+--- ganglia.php.orig
++++ ganglia.php
+@@ -260,8 +260,8 @@
+ $request = "/$clustername";
+ break;
+ case "cluster-summary":
+- xml_set_element_handler($parser, "start_cluster_summary", "end_all");
+- $request = "/$clustername?filter=summary";
++ xml_set_element_handler($parser, "start_cluster", "end_all");
++ $request = "/$clustername";
+ break;
+ case "node":
+ case "host":