您可以使用示例脚本监控物理服务器中的操作系统。

示例脚本仅在以下操作系统上进行了测试:
  • CentOS 7.x 和 CentOS 8.x
  • RHEL 7.x 和 RHEL 8.x
  • SUSE 12.x 和 SUSE 15.x
  • OEL7.x 和 OEL 8.x
  • Ubuntu 16.x、Ubuntu 18.x、Ubuntu 20.x 和 Ubuntu 22.x
  • VMware Photon Linux

前提条件

  • 确认 cURL 为 7.29.0。
  • 确认解压缩的版本为 6.0-20.el7 或更高版本。
  • 确保云代理已在 VMware Aria Operations 中启动并处于联机状态。对于收集器组,请确保已激活应用程序监控高可用性的收集器组中至少有一个云代理已在 VMware Aria Operations 中启动并联机。
  • 确保可从物理服务器访问 VMware Aria Operations 的端口 443。
  • 物理服务器上必须存在 uuidgen 软件包。
  • 云代理目前仅支持 IPv4。
  • 端点虚拟机/物理服务器必须有权访问云代理的端口 8443 和 443 或已激活应用程序监控高可用性的收集器组的虚拟 IP。
注: 如果已使用自定义 Telegraf 并且已升级 VMware Aria Operations,要查看操作系统对象的新属性,必须重新执行以下步骤以监控操作系统。您必须再次下载帮助程序脚本,重新运行该脚本,然后重新启动自定义 Telegraf。

过程

  1. 通过 SSH 连接到物理服务器,然后运行以下命令,从云代理下载示例脚本:
    wget --no-check-certificate https://<cloudproxy_ip>/downloads/salt/telegraf-utils.sh
    注: 在上述指定位置中为 <cloudproxy_ip> 使用相关的云代理 IP 地址。对于已激活应用程序监控高可用性的收集器组,请提供虚拟 IP。
  2. 通过运行以下命令使脚本可执行:
    chmod +x telegraf-utils.sh
  3. 运行示例脚本以从云代理下载 Telegraf 二进制文件,创建与 VMware Aria Operations 建立安全连接所需的证书,并在 Telegraf 配置文件中进行必要的更新:
    telegraf-utils.sh  user-managed -c cloud_proxy_ip_or_collector_group_name -t token -d telegraf_conf_dir (-v vmwareariaoperations_ip_or_fqdn | [-g gateway_url -a csp_auth_url]) [-x proxy -u proxy_user -p proxy_user_password]
        
    Description of arguments:
          -c : [REQUIRED] cloud_proxy_ip_or_collector_group_name - Cloud Proxy IP or Collector Group Name
          -t : [REQUIRED] token - This can be user_saas_refresh_token or on-prem vmwareariaoperations_auth_token.
                
                on-prem: Auth Token of the user/account. For getting new token
                         ( https://<VMwareAriaOperations_IP>/suite-api/ or curl -ks -X POST https://<VMwareAriaOperations_IP>/suite-api/api/auth/token/acquire -H \"Content-Type: application/json\" -H \"Accept: application/json\" -d \"{\"username\":\"<VMwareAriaOperations_USER>\",\"password\":\"<VMwareAriaOperations_USER_PASSWORD>\"}\")
          -d : [OPTIONAL] Agent installation directory. Default: current directory
          -v : [CONDITIONAL] [ON-PREM-SPECIFIC] vmwareariaoperations_ip_or_fqdn - IP/FQDN of VMware Aria Operations master node and required for on-prem.
          
          [-x proxy -u proxy_user -p proxy_user_password] :  [OPTIONAL] proxy - Proxy Server URL.It is in the form of <[protocol://]proxyhost[:proxyport]>
          Note: encode or escape proxy user and password correctly for proxy authentication.
    
    Example:/bin/bash telegraf-utils.sh user-managed -t 8dab02cc-277c-4393-b920-bd2e89c7e741::8bcde100-6318-44d7-a8dc-11f4ff84b3b -v 10.10.10.100 -c 10.10.10.101
    
    
    如果环境处于企业代理之后,脚本会将该代理显式地视为外部连接的代理。
    注: 确保用于代理身份验证的用户名和密码中的特殊字符已正确编码或转义:
    注: 如果帮助程序脚本第一次由于参数错误而失败,请清除 Telegraf 文件夹,然后使用正确的参数重新运行该脚本。
  4. cd <Telegraf_Download_Directory> 文件夹并运行 Telegraf。
    telegraf/usr/bin/telegraf -config telegraf/etc/telegraf/telegraf.conf -config-directory telegraf/etc/telegraf/telegraf.d

下一步做什么

您可以通过从 VMware Aria Operations 用户界面中选择 相关对象 > 衡量指标选项卡来查看衡量指标。
  1. 从左侧菜单中,导航到环境 > 自定义组
  2. 单击右侧窗格中的操作系统环境对象。
  3. 导航到衡量指标选项卡,然后选择相应的操作系统对象。