メインコンテンツまでスキップ

[EN-C037-087] Self-Hosted AI Healthcheck (Advanced)

Overview

Periodically monitor the status of OpenClaw and MCP servers running on multiple servers or VPS. Detect resource shortages or process stops, and perform automatic recovery or notification.

Setup

  1. Create Monitoring Script: Use exec to run commands like df, free, or ps, and analyze the results.
  2. Utilize Healthcheck Skill: Use the healthcheck skill to verify security settings and vulnerabilities.
  3. Cron Job: Run every hour and notify the #alert channel only when anomalies are detected.

Benefits

  • Eliminates the need to log in manually for checks.
  • Early detection of failures and minimization of downtime.

Language Note

  • JA Version: JA-C039-087
  • ZH Version: ZH-C034-087