依預設,雲端 Proxy 未設定為支援使用開放原始碼 Telegraf 代理程式。
但是,您可以啟用開放原始碼 Telegraf 的使用。請注意,如果您啟用開放原始碼 Telegraf 的使用,則必須停用用戶端憑證驗證,因為開放原始碼 Telegraf 不支援用戶端憑證。
備註: 如果您執行下列步驟來啟用開放原始碼 Telegraf 的使用,可能需要採取額外步驟來降低安全性風險。此類步驟包括網路隔離,以及使用 iptables 拒絕所有並僅允許受信任的 Telegraf 主機。
程序
- 在文字編輯器中編輯 /etc/httpd-south/httpd.conf 檔案。
- 取消下列幾行的註解:
#uncomment the below line to allow opensource telegraf
JkMount /opensource/* vcopsarc
#Open source telegraf Endpoint changes starts here
<Location /opensource/default/metric>
SSLVerifyClient None
SSLOptions +StdEnvVars
SSLRenegBufferSize 1048600
</Location>
#Open source telegraf Endpoint changes ends here
- 使用下列命令重新啟動 Apache:
systemctl restart httpd-south