← 返回
未分类 Key 中文

VCF Log Insight Health Check

Check the health, uptime, and node status of Aria Operations for Logs (Log Insight) in a VCF environment.
检查 VCF 环境中 Aria Operations for Logs(Log Insight)的健康状态、运行时间和节点状态。
kasture-rohit
未分类 clawhub v1.0.1 1 版本 100000 Key: 需要
★ 0
Stars
📥 363
下载
💾 0
安装
1
版本
#health#latest#loginsight#vcf#vmware

概述

VCF Log Insight Health Check

When the user asks to check the health of the Log Insight or Aria Operations for Logs cluster, follow these steps:

  1. Verify Credentials: Ensure LOGINSIGHT_HOST and LOGINSIGHT_API_TOKEN are available in the environment.
  2. Fetch Cluster Health: Use the exec tool to run the following command to check the cluster status:

```bash

curl -s -k -X GET "https://$LOGINSIGHT_HOST/api/v1/health" \

-H "Authorization: Bearer $LOGINSIGHT_API_TOKEN" \

-H "Accept: application/json" | jq '.'

```

  1. Fetch Node Status: Use the exec tool to run the following command to check individual node uptime and status:

```bash

curl -s -k -X GET "https://$LOGINSIGHT_HOST/api/v1/cluster/nodes" \

-H "Authorization: Bearer $LOGINSIGHT_API_TOKEN" \

-H "Accept: application/json" | jq '.nodes[] | {id, ip, status, uptime}'

```

  1. Report to User: Summarize the JSON output into a clean, readable table detailing the overall health and the status of each node. Point out any errors or disconnected nodes explicitly.

版本历史

共 1 个版本

  • v1.0.1 当前
    2026-05-07 09:31 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

VCF LCM Pre-check Analyzer

kasture-rohit
一个MCP服务器,对接VCF SDDC Manager,获取并分析LCM升级预检结果,提供即时修复步骤。
★ 0 📥 319

VCF Regulatory Compliance

kasture-rohit
与VMware Aria Operations交互的MCP服务器,用于在VCF环境中执行监管合规检查(ISO 27001、PCIDSS、CIS等)。
★ 0 📥 355

VCF Green IT & Carbon Footprint

kasture-rohit
一个MCP服务器,对接VMware Aria Operations,提取绿色IT指标、碳足迹数据以及组织绿色得分,用于ESG报告。
★ 0 📥 385