Changes between Version 7 and Version 8 of jazz/drbl-ganglia


Ignore:
Timestamp:
Feb 8, 2010, 11:54:39 PM (14 years ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • jazz/drbl-ganglia

    v7 v8  
    3232  * [[Image(http://www.ibm.com/developerworks/wikis/download/attachments/53871911/ganglia_diagram_smaller.gif,width=400)]]
    3333  * [[Image(http://www.ibm.com/developerworks/wikis/download/attachments/53871911/ganglia_cluster.gif,width=400)]]
     34
     35 * 修改 ganglia-webfrontend 的預設排序方式
     36{{{
     37#!diff
     38--- get_context.php.org 2010-02-09 00:01:01.000000000 +0800
     39+++ /usr/share/ganglia-webfrontend/get_context.php      2010-02-09 00:01:40.000000000 +0800
     40@@ -125,7 +125,7 @@
     41       $metricname = "$default_metric";
     42
     43 if (!$sort)
     44-      $sort = "descending";
     45+      $sort = "by hostname";
     46
     47 # Since cluster context do not have the option to sort "by hosts down" or
     48 # "by hosts up", therefore change sort order to "descending" if previous
     49}}}