Changes between Initial Version and Version 1 of jazz/12-03-20


Ignore:
Timestamp:
Mar 20, 2012, 10:42:59 AM (13 years ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • jazz/12-03-20

    v1 v1  
     1= 2012-03-20 =
     2
     3== Hadoop ==
     4
     5 * [wiki:drbl-ganglia 參考 drbl-ganglia 的修改]
     6 * 將 hadoop.nchc.org.tw 的 Ganglia Web Frontend 改為 by name 方式排序。
     7   * 版本:3.1.7
     8{{{
     9ii  ganglia-monitor                      3.1.7-1+b1                             cluster monitoring toolkit - node daemon
     10ii  ganglia-webfrontend                  3.1.7-1                                cluster monitoring toolkit - web front-end
     11ii  libganglia1                          3.1.7-1+b1                             cluster monitoring toolkit - shared libraries
     12}}}
     13   * 修改:
     14{{{
     15#!diff
     16--- /usr/share/ganglia-webfrontend/get_context.php.bak  2012-03-20 10:42:36.000000000 +0800
     17+++ /usr/share/ganglia-webfrontend/get_context.php      2012-03-20 10:15:45.000000000 +0800
     18@@ -130,7 +130,7 @@
     19       $metricname = "$default_metric";
     20 
     21 if (!$sort)
     22-      $sort = "descending";
     23+      $sort = "by name";
     24 
     25 # Since cluster context do not have the option to sort "by hosts down" or
     26 # "by hosts up", therefore change sort order to "descending" if previous
     27}}}