VCF Log Insight Health Check
/install vcf-loginsight-health
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:
- Verify Credentials: Ensure
LOGINSIGHT_HOSTandLOGINSIGHT_API_TOKENare available in the environment. - Fetch Cluster Health: Use the
exectool to run the following command to check the cluster status:curl -s -k -X GET "https://$LOGINSIGHT_HOST/api/v1/health" \ -H "Authorization: Bearer $LOGINSIGHT_API_TOKEN" \ -H "Accept: application/json" | jq '.' - Fetch Node Status: Use the
exectool to run the following command to check individual node uptime and status: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}' - 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.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install vcf-loginsight-health - After installation, invoke the skill by name or use
/vcf-loginsight-health - Provide required inputs per the skill's parameter spec and get structured output
What is VCF Log Insight Health Check?
Check the health, uptime, and node status of Aria Operations for Logs (Log Insight) in a VCF environment. It is an AI Agent Skill for Claude Code / OpenClaw, with 106 downloads so far.
How do I install VCF Log Insight Health Check?
Run "/install vcf-loginsight-health" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is VCF Log Insight Health Check free?
Yes, VCF Log Insight Health Check is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does VCF Log Insight Health Check support?
VCF Log Insight Health Check is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created VCF Log Insight Health Check?
It is built and maintained by Rohit Kasture (@kasture-rohit); the current version is v1.0.1.