chukwa配置安裝過程 1

2021-08-25 16:20:50 字數 1671 閱讀 4201

chukwa配置安裝過程(1) 1:

tar zxvf chukwa-0.4.0.tar.gz

需要被監控的節點都有分發乙份,每個節點都將會執行乙個collector

2: 修改 ./chukwa-0.4.0/conf/chukwa-env.sh

這裡面的配置項都要根據實際情況配置一遍

3: 修改(如果沒有則建立) ./chukwa-0.4.0/conf/agents

配置格式為:

4: 修改(如果沒有則建立) ./chukwa-0.4.0/conf/collectors

修改 ./chukwa-0.4.0/conf/jdbc.conf

=jdbc:mysql://localhost:3306/?user=root

建立資料庫和相關表

/bin/mysqladmin -u root create

/bin/mysql -u root < $chukwa_home/conf/database_create_table 6:

1. cp chukwa_home/conf/hadoop-log4j.properties  hadoop_home/conf/log4j.properties

2. cp chukwa_home/conf/hadoocollectorsp-metrics.properties  hadoop_home/conf/hadoop-metrics.properties

3. 編輯 hadoop_home/conf/hadoop-metrics.properties

將裡面的 @chukwa_log_dir@ 全部替換為絕對路徑

7: 修改(如果沒有則建立) ./chukwa-0.4.0/conf/chukwa-collector.conf.xml

具體配置項可以參考chukwa-collector-conf.xml.template

writer.hdfs.filesystem

hdfs://master:9900/

這一項要和 ./hadoop/conf/core-site.xml中fs.default.name一致

chukwacollector.outputdir配置成實際路徑

collector的預設監聽埠為:8080

可以通過 netstat -ntlp | grep 8080 來檢視是否啟動成功

也可以通過訪問http://master:8080/ 來檢視是否啟動成功

8: 檢視 chukwa agent是否啟動:

netstat -ntlp | grep 9093  或

網頁檢視鏈結http://master:9093/chukwa?ping=true

9:一些命令

bin/chukwa collector 啟動當前伺服器的collector

bin/start-collectors.sh 啟動/conf/collectors這個檔案中所列舉的伺服器的collector 

bin/chukwa agent 啟動當前伺服器的agent

bin/start-agents.sh 啟動/conf/agents這個檔案中所列舉的伺服器的agent

Ubuntu caffe環境配置及安裝過程中的問題

官方依賴配置說明 protobuf庫及其編譯器 資料庫相關庫 hdf5 lmdb leveldb 基礎影象處理計算機視覺庫 多執行緒相關庫及python介面支援 sudo apt get install libprotobuf dev protobuf compiler sudo apt get s...

MySQL zip解壓 安裝過程和配置

2 配置環境變數,在path中放入 e software mysql 5.7.19 bin 3 在e software mysql 5.7.19中,新建空的資料夾data 4 在e software mysql 5.7.19中,新建乙個my.ini,對mysql進行配置 mysqld 設定3306埠...

tripwire安裝過程

在as4上測試通過。找到twinstall.sh檔案所在的位置 我安裝的時候找到http download1.csdn.net down3 20070523 23220246809.rpm的是twinstall.sh.in 拷貝到 etc tripwire目錄下,並修改檔案,設定好twadmin檔案...