Akash Services Status

Checks the status of all configured services and applications running on the Akash server, including PostgreSQL, Open WebUI, pgAdmin, and others.

drjmf Updated

File contents

Akash Services Status

This skill provides a streamlined way to check the operational status of all services running on the Akash server.

Checking Status

To check the status of all services, execute the bundled script:

bash scripts/check_status.sh

This script will:

  1. Iterate through all manager-*.sh scripts in /mnt/data/system/services/ and /mnt/data/system/applications/.
  2. Run the status command for each service, showing if it is running or stopped.
  3. Check and report the number of zombie processes currently in the system.

You can use the output of this script to quickly inform the user about the system's state.

drjmf/gemini-cli-skills/tree/main/akash-services-status commit 2bf25d3ee1

Frequently asked questions

npx skillmds@latest add drjmf/akash-services-status