可以使用協助程式指令碼,透過開放原始碼 Telegraf 在 Windows 平台上監控應用程式和作業系統。
必要條件
- 確認雲端 Proxy 是否已安裝且處於線上狀態。
- 確保依照在雲端 Proxy 上啟用開放原始碼 Telegraf 資料收集 中的步驟進行操作。
- 確認 Windows PowerShell 為 4.0 或更高版本。
- 如果虛擬機器的 vCenter Server 由 vRealize Operations 監控,請確保 VMTools 版本 >= 10.2。
程序
- 在端點上安裝開放原始碼 Telegraf。如果您已安裝執行個體,可以略過此步驟。若要下載與安裝 Telegraf 新執行個體,請參閱 https://www.influxdata.com/time-series-platform/telegraf/ 和 https://portal.influxdata.com/downloads/ 的官方文件並搜尋對應的作業系統版本。
下載並擷取 Telegraf 檔案後,除了
telegraf.exe 和
telegraf.conf 檔案之外,還需建立名為
telegraf.d 的資料夾,以供在後續步驟中使用。
- 從雲端 Proxy 下載協助程式指令碼 (https://<CloudProxy-IP>/downloads/salt/open_source_telegraf_monitor.ps1)。
- 導覽至指令碼下載到的目錄。
- 執行協助程式指令碼以更新 Telegraf 組態。
open_source_telegraf_monitor.ps1 -v <vROps_IP> -t <AUTHENTIFICATION_TOKEN> -d <TELEGRAF_CONFIG_DIR> -c <CP_IP> -e <telegraf_exe_path>
Description of arguments:
vROps_IP: vRealize Operaions Manager FQDN/IP to perform REST API calls.
AUTHENTIFICATION_TOKEN: To perform REST API calls authentication token can be acquired using /api/auth/token/acquire call. Mandatory parameter.
Example: e5c394b4-f333-4391-8028-2040a8bfda60::0dd43038-10e3-4880-a4fc-49e4eaa00e3f
To get the authentication token, follow the steps in Acquire an Authentication Token.
TELEGRAF_CONFIG_DIR: Telegraf configuration directory.
CP_IP: Mention the cloud proxy FQDN/IP address to post metrics.
telegraf_exe_path: Path of telegraf.exe. For example: C:\telegraf\telegraf.exe
Example:
./open_source_telegraf_monitor.ps1 -v 10.192.0.1 -t 7accb88f-560d-4a5c-8fb9-29678c54511a::d1560b05-72fc-44ba-af6e-ffa746a6b4ea -c 10.192.0.100 -d "C:\Telegraf\telegraf-1.20.4\telegraf.d" -e "C:\Telegraf\telegraf-1.20.4\telegraf.exe"
備註: 執行協助程式指令碼後,請確保在名稱為
cloudproxy-http.conf 的指定組態目錄 (
-d
選項) 路徑中正確設定相應的組態。如需更多詳細資料,請參閱
範例組態。對於受管理的虛擬機器,由於下列其中一個原因,您可能會看到未受管理的組態:
- vCenter Server 介面卡無法在 vRealize Operations 中取得虛擬機器詳細資料。設定 vRealize Operations Cloud vCenter Server 雲端帳戶後,請至少等待一到兩個收集週期。
AUTHENTIFICATION_TOKEN or vROps_IP
不正確。
備註:
-d <TELEGRAF_CONFIG_DIR>
:Telegraf 可執行檔具有命令列選項 --config-directory
。執行指令碼時,必須提供為 -d
選項設定的值。在 Windows 中,該值是以 Telegraf 安裝為基礎。
- 請勿在組態路徑中使用空格。帶空格的路徑可以作為簡短名稱標記傳遞,例如 c:\PROGRA~1 表示 c:\Program Files。
備註: 依預設,InfluxDB 輸出外掛程式在
telegraf.conf 檔案中處於作用中狀態,資料會傳送到 influxdb 伺服器,以便記錄中不會顯示有關缺少已設定的 influxdb 伺服器註解的多條警告訊息,應對「[[outputs.influxdb]]」行加上註解。將顯示下列警告訊息:
W! [outputs.influxdb] When writing to [http://localhost:8086]: database "telegraf" creation failed: Post "http://localhost:8086/query": dial tcp [::1]:8086: connect: connection refused
範例:#[[outputs.influxdb]]
- 如果 vRealize Operations 支援的應用程式服務在端點上執行,並且您想要監控該服務,則使用 Telegraf 的必要輸入更新 Telegraf 組態檔或目錄。
對於不支援的應用程式服務,請使用 Telegraf 的必要輸入更新 Telegraf 組態檔或目錄。
- 重新啟動 Telegraf 服務。
telegraf.exe --config telegraf.conf --config-directory telegraf.d
或者您可以讓 Telegraf 成為 Windows 服務。
<Telegraf_executable_path> --config <Telegraf_config_file_path> --config-directory <Telegraf_config_directory_path> --service install net start telegraf
例如:
& 'C:\Telegraf\telegraf-1.20.4\telegraf.exe' --config 'C:\Telegraf\telegraf-1.20.4\telegraf.conf' --config-directory 'C:\Telegraf\telegraf-1.20.4\telegraf.d' --service install
net start telegraf
下一步
受管理的虛擬機器物件階層:如果虛擬機器的 vCenter Server 受 vRealize Operations 監控,則作業系統和應用程式物件將位於相應的下。
未受管理的虛擬機器物件階層:如果虛擬機器的 vCenter Server 不受 vRealize Operations 監控,則作業系統和應用程式物件將位於下。