status

Assess system resources, service replicas, and HTTPS reachability on a bento-managed VPS.

20|20|Updated Nov 29, 2024
One-click install
npx skills add https://github.com/felipefontoura/bento --skill status-felipefontoura
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: status
Source: https://github.com/felipefontoura/bento/tree/main/plugins/bento/skills/status
Command: npx skills add https://github.com/felipefontoura/bento --skill status-felipefontoura

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a quick and comprehensive health check for a VPS running bento, ensuring system stability and application performance.

Core Features & Use Cases

  • System Health Monitoring: Checks host resources, including disk, memory, and uptime.
  • Service Status: Inspects the health of all BENTO_MANAGED stacks and their service replicas.
  • HTTPS Reachability: Verifies the connectivity of each app via HTTPS.
  • Error Reporting: Identifies any services that are below the desired number of replicas.
  • Use Case: Ideal for administrators or users to quickly verify if their bento VPS is running smoothly and to detect potential issues early.

Quick Start

Run the /status command to check the health of your bento VPS.

Frequently Asked Questions about status

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check the health of my bento VPS?

You can check bento VPS health by running a read-only assessment that inspects host resources, service replicas, and HTTPS reachability. This requires SSH access to verify the bento state and ensure all managed stacks are running smoothly.

What does a bento VPS health check include?

A bento VPS health check includes monitoring host disk space, memory usage, and system uptime. It also inspects the health of all BENTO_MANAGED stacks, verifies service replicas, and tests HTTPS reachability for each deployed application.

Do I need SSH access to verify service status on a bento VPS?

Yes, you need SSH access to verify service status on a bento VPS. The health check uses the SSH connection to access the server and read the bento state to confirm service replicas and resource availability.

How do I detect services with missing replicas on my bento VPS?

You detect services with missing replicas by running a health check that inspects all BENTO_MANAGED stacks. The process identifies any services that are currently below the desired number of replicas and reports them as errors.

Can I test HTTPS reachability for apps deployed on a bento VPS?

Yes, you can test HTTPS reachability for apps deployed on a bento VPS. The health check verifies the connectivity of each application via HTTPS to ensure external access is functioning correctly.