本文為您介紹如何安裝CloudMonitorGo語言版本外掛程式,主要包括系統要求、安裝說明、安全配置說明和外掛程式日誌。
系統要求
作業系統 | 硬體架構 | 備忘 |
Windows 7、Windows Server 2008 R2及以上版本 | i386、AMD64 | 無 |
Linux 2.6.23及以上版本(必須包括Glibc庫) | i386、AMD64 | 不支援CentOS 5.x和RHEL 5.x。 |
資源消耗如下:
外掛程式安裝包大小:10~15MB。
記憶體:10~15MB,加上共用空間約為20MB(取決於您系統記憶體的大小)。
CPU:1~2%。
網路:使用內網網路,不消耗公網流量。
Linux外掛程式安裝說明
常用命令
# 註冊為系統服務
/usr/local/cloudmonitor/CmsGoAgent.linux-${ARCH}install
# 從系統服務中移除
/usr/local/cloudmonitor/CmsGoAgent.linux-${ARCH} uninstall
# 啟動
/usr/local/cloudmonitor/CmsGoAgent.linux-${ARCH} start
# 停止
/usr/local/cloudmonitor/CmsGoAgent.linux-${ARCH} stop
# 重啟
/usr/local/cloudmonitor/CmsGoAgent.linux-${ARCH} restart
# 卸載
/usr/local/cloudmonitor/CmsGoAgent.linux-${ARCH} stop && \
/usr/local/cloudmonitor/CmsGoAgent.linux-${ARCH} uninstall && \
rm -rf /usr/local/cloudmonitor
安裝命令
直接複製以下命令後在伺服器上使用Root許可權運行。
華北1(青島)(cn-qingdao)
REGION_ID=cn-qingdao VERSION=2.1.55 \ bash -c "$(curl https://cms-agent-cn-qingdao.oss-cn-qingdao-internal.aliyuncs.com/cms-go-agent/cms_go_agent_install.sh)"
華北2(北京)(cn-beijing)
REGION_ID=cn-beijing VERSION=2.1.55 \ bash -c "$(curl https://cms-agent-cn-beijing.oss-cn-beijing-internal.aliyuncs.com/cms-go-agent/cms_go_agent_install.sh)"
華北3(張家口)(cn-zhangjiakou)
REGION_ID=cn-zhangjiakou VERSION=2.1.55 \ bash -c "$(curl https://cms-agent-cn-zhangjiakou.oss-cn-zhangjiakou-internal.aliyuncs.com/cms-go-agent/cms_go_agent_install.sh)"
華北5(呼和浩特)(cn-huhehaote)
REGION_ID=cn-huhehaote VERSION=2.1.55 \ bash -c "$(curl https://cms-agent-cn-huhehaote.oss-cn-huhehaote-internal.aliyuncs.com/cms-go-agent/cms_go_agent_install.sh)"
華東1(杭州)(cn-hangzhou)
REGION_ID=cn-hangzhou VERSION=2.1.55 \ bash -c "$(curl https://cms-agent-cn-hangzhou.oss-cn-hangzhou-internal.aliyuncs.com/cms-go-agent/cms_go_agent_install.sh)"
華東2(上海)(cn-shanghai)
REGION_ID=cn-shanghai VERSION=2.1.55 \ bash -c "$(curl https://cms-agent-cn-shanghai.oss-cn-shanghai-internal.aliyuncs.com/cms-go-agent/cms_go_agent_install.sh)"
華南1(深圳)(cn-shenzhen)
REGION_ID=cn-shenzhen VERSION=2.1.55 \ bash -c "$(curl https://cms-agent-cn-shenzhen.oss-cn-shenzhen-internal.aliyuncs.com/cms-go-agent/cms_go_agent_install.sh)"
中國(香港)(cn-hongkong)
REGION_ID=cn-hongkong VERSION=2.1.55 \ bash -c "$(curl https://cms-agent-cn-hongkong.oss-cn-hongkong-internal.aliyuncs.com/cms-go-agent/cms_go_agent_install.sh)"
美國(矽谷)(us-west-1)
REGION_ID=us-west-1 VERSION=2.1.55 \ bash -c "$(curl https://cms-agent-us-west-1.oss-us-west-1-internal.aliyuncs.com/cms-go-agent/cms_go_agent_install.sh)"
美國(維吉尼亞)(us-east-1)
REGION_ID=us-east-1 VERSION=2.1.55 \ bash -c "$(curl https://cms-agent-us-east-1.oss-us-east-1-internal.aliyuncs.com/cms-go-agent/cms_go_agent_install.sh)"
新加坡(ap-southeast-1)
REGION_ID=ap-southeast-1 VERSION=2.1.55 \ bash -c "$(curl https://cms-agent-ap-southeast-1.oss-ap-southeast-1-internal.aliyuncs.com/cms-go-agent/cms_go_agent_install.sh)"
馬來西亞(吉隆坡)(ap-southeast-3)
REGION_ID=ap-southeast-3 VERSION=2.1.55 \ bash -c "$(curl https://cms-agent-ap-southeast-3.oss-ap-southeast-3-internal.aliyuncs.com/cms-go-agent/cms_go_agent_install.sh)"
印尼(雅加達)(ap-southeast-5)
REGION_ID=ap-southeast-5 VERSION=2.1.55 \ bash -c "$(curl https://cms-agent-ap-southeast-5.oss-ap-southeast-5-internal.aliyuncs.com/cms-go-agent/cms_go_agent_install.sh)"
日本(東京)(ap-northeast-1)
REGION_ID=ap-northeast-1 VERSION=2.1.55 \ bash -c "$(curl https://cms-agent-ap-northeast-1.oss-ap-northeast-1-internal.aliyuncs.com/cms-go-agent/cms_go_agent_install.sh)"
德國(法蘭克福)(eu-central-1)
REGION_ID=eu-central-1 VERSION=2.1.55 \ bash -c "$(curl https://cms-agent-eu-central-1.oss-eu-central-1-internal.aliyuncs.com/cms-go-agent/cms_go_agent_install.sh)"
英國(倫敦)(eu-west-1)
REGION_ID=eu-west-1 VERSION=2.1.55 \ bash -c "$(curl https://cms-agent-eu-west-1.oss-eu-west-1-internal.aliyuncs.com/cms-go-agent/cms_go_agent_install.sh)"
阿聯酋(杜拜)(me-east-1)
REGION_ID=me-east-1 VERSION=2.1.55 \ bash -c "$(curl https://cms-agent-me-east-1.oss-me-east-1-internal.aliyuncs.com/cms-go-agent/cms_go_agent_install.sh)"
Go語言版本外掛程式二進位檔案命名格式為
CmsGoAgent.linux-${ARCH}
。其中ARCH根據Linux架構的不同,分為:AMD64和i386。建議您使用最新版本的外掛程式。您可以在CloudMonitor的主機監控頁面查詢最新版本號碼。
Windows外掛程式安裝步驟
根據系統情況(所在Region及主控件類型),下載CloudMonitor外掛程式64位版本外掛程式或32位版本外掛程式到C:\Program Files\Alibaba\cloudmonitor目錄下。
說明您還可以通過內網地址下載外掛程式:http://cms-agent-地區(cn-qingdao).oss-地區(cn-qingdao)-internal.aliyuncs.com/cms-go-agent/外掛程式版本(2.1.55)/CmsGoAgent.windows-AMD64.exe。該地址可以自訂:
修改本連結中的兩處cn-qingdao,將其切換到其他地區的下載地址。
修改本連結中的AMD64為i386,將其切換到32位版本。
修改本連結中的2.1.55,將其切換到其他版本。
使用管理員權限啟動命令提示字元。
輸入並執行以下命令。
cd"C:\Program Files\Alibaba\cloudmonitor" CmsGoAgent.windows-amd64.exe install CmsGoAgent.windows-amd64.exe start
安裝完成後,可以通過Windows系統的服務來查看、啟動、停止CloudMonitor服務argusagent service。
Windows外掛程式卸載步驟
使用管理員權限啟動命令提示字元。
輸入並執行以下命令。
cd"C:\Program Files\Alibaba\cloudmonitor" CmsGoAgent.windows-amd64.exe stop CmsGoAgent.windows-amd64.exe uninstall
關閉命令提示字元。
刪除目錄
C:\Program Files\Alibaba\cloudmonitor
。
安全配置說明
以下是CloudMonitor外掛程式與服務端互動用到的連接埠。這些連接埠被安全軟體禁用後,會導致監控資料擷取異常。如果您的ECS伺服器對安全要求較高,需要針對具體IP地址允許存取,可以將下列IP加入白名單。
未來隨著CloudMonitor版本的更新維護,可能會加入更多的IP或變更IP地址,為簡化防火牆規則的配置,可以直接配置允許100.0.0.0/8網段的出方向,這個網段是阿里雲內網保留網段,用於提供阿里雲官方服務。
下表中被中括弧括起來的IP地址,屬可選部分,主要是作為網路訊號不佳情況下的備用地址。
Region | IP | 方向 | 描述 |
cn-hangzhou(華東1 杭州) | 100.100.19.43:3128 | 出方向 | 監控組態管理等管控類操作 |
100.100.45.73:80 | 出方向 | 收集監控資料到CloudMonitor服務端 | |
cn-beijing(華北2 北京) | 100.100.18.22:3128 | 出方向 | 監控組態管理等管控類操作 |
100.100.18.50:80 | 出方向 | 收集監控資料到CloudMonitor服務端 | |
cn-qingdao(華北1 青島) | 100.100.36.102:3128 | 出方向 | 監控組態管理等管控類操作 |
100.100.15.23:80 | 出方向 | 收集監控資料到CloudMonitor服務端 | |
cn-shenzhen(華南1 深圳) | 100.100.0.13:3128 | 出方向 | 監控組態管理等管控類操作 |
100.100.0.31:80 | 出方向 | 收集監控資料到CloudMonitor服務端 | |
cn-hongkong(中國香港) | 100.103.0.47:3128 | 出方向 | 監控組態管理等管控類操作 |
100.103.0.45:80 | 出方向 | 收集監控資料到CloudMonitor服務端 | |
cn-huhehaote(華北5 呼和浩特) | 100.100.80.135:8080 | 出方向 | 監控組態管理等管控類操作 |
100.100.80.12:80 | 出方向 | 收集監控資料到CloudMonitor服務端 | |
cn-zhangjiakou(華北3 張家口) | 100.100.80.92:8080 | 出方向 | 監控組態管理等管控類操作 |
100.100.0.19:80 | 出方向 | 收集監控資料到CloudMonitor服務端 | |
cn-shanghai(華東2 上海) | 100.100.36.11:3128 | 出方向 | 監控組態管理等管控類操作 |
100.100.36.6:80 | 出方向 | 收集監控資料到CloudMonitor服務端 | |
cn-chengdu(西南1 成都) | 100.100.80.229:8080 | 出方向 | 監控組態管理等管控類操作 |
100.100.80.14:80 | 出方向 | 收集監控資料到CloudMonitor服務端 | |
us-east-1(美國東部1 維吉尼亞) | 100.103.0.95:3128 | 出方向 | 監控組態管理等管控類操作 |
100.103.0.94:80 | 出方向 | 收集監控資料到CloudMonitor服務端 | |
us-west-1(美國西部1 矽谷) | 100.103.0.95:3128 | 出方向 | 監控組態管理等管控類操作 |
100.100.29.7:80 | 出方向 | 收集監控資料到CloudMonitor服務端 | |
eu-central-1(歐洲中部1 法蘭克福) | 100.100.80.241:8080 | 出方向 | 監控組態管理等管控類操作 |
100.100.80.72:80 | 出方向 | 收集監控資料到CloudMonitor服務端 | |
eu-west-1(英國倫敦) | 100.100.0.3:8080 | 出方向 | 監控組態管理等管控類操作 |
100.100.0.2:80 | 出方向 | 收集監控資料到CloudMonitor服務端 | |
ap-southeast-1(亞太地區東南1 新加坡) | 100.100.30.20:3128 | 出方向 | 監控組態管理等管控類操作 |
100.100.103.7:80 | 出方向 | 收集監控資料到CloudMonitor服務端 | |
ap-southeast-3(亞太地區東南3 吉隆坡) | 100.100.80.153:8080 | 出方向 | 監控組態管理等管控類操作 |
100.100.80.140:80 | 出方向 | 收集監控資料到CloudMonitor服務端 | |
ap-southeast-5(亞太地區東南5 雅加達) | 100.100.80.160:8080 | 出方向 | 監控組態管理等管控類操作 |
100.100.80.180:80 | 出方向 | 收集監控資料到CloudMonitor服務端 | |
me-east-1(中東東部1 杜拜) | 100.100.80.142:8080 | 出方向 | 監控組態管理等管控類操作 |
100.100.80.151:80 [47.91.99.5:443] | 出方向 | 收集監控資料到CloudMonitor服務端 | |
ap-northeast-1(亞太地區東北1 東京) | 100.100.80.184:8080 | 出方向 | 監控組態管理等管控類操作 |
100.100.80.137:80 [47.91.8.7:443] | 出方向 | 收集監控資料到CloudMonitor服務端 |
外掛程式日誌
外掛程式日誌所在位置如下:
Linux:/usr/local/cloudmonitor/logs
Windows:C:\Program Files\Alibaba\cloudmonitor\logs