默认情况下,云代理未配置为支持使用开源 Telegraf 代理。

但是,您可以启用开源 Telegraf。请注意,如果启用开源 Telegraf,则必须禁用客户端证书验证,因为开源 Telegraf 不支持客户端证书。

注: 如果执行以下步骤以支持使用开源 Telegraf,可能需要执行额外步骤来缓解安全风险。这些步骤包括网络隔离以及使用 iptables 拒绝全部以及仅允许受信任的 Telegraf 主机。

过程

  1. 在文本编辑器中编辑 /etc/httpd-south/httpd.conf 文件。
  2. 取消注释以下行:
    #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
    
  3. 使用下列命令重新启动 Apache:
    systemctl restart httpd-south