close
Warning:
Can't synchronize with repository "(default)" (Unsupported version control system "svn": /usr/lib/python2.7/dist-packages/libsvn/_repos.so: failed to map segment from shared object: Cannot allocate memory). Look in the Trac log for more information.
- Timestamp:
-
Nov 17, 2009, 7:59:35 PM (16 years ago)
- Author:
-
jazz
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
|
v6
|
v7
|
|
| 8 | 8 | * 架設 DRBL-Ganglia 實驗平台 |
| 9 | 9 | * [備註] 由於 /etc/gmond.conf 預設的 mcast_if 是 eth1,而我們的機器是 eth0 接在一起,所以需要手動修改 |
| | 10 | * 清掉 Ganglia 歷史資料的方法 |
| | 11 | {{{ |
| | 12 | $ sudo rm -rf /var/lib/ganglia/rrds/* |
| | 13 | $ sudo /etc/init.d/gmetad restart |
| | 14 | }}} |
| 10 | 15 | * 安裝 nagios3 + collectd 來進行本機狀態監控 |
| 11 | 16 | |