ssh_service_status
Check the running state of system services on a remote server via SSH. Returns JSON with per-service status, counts, and aggregate health rating.
Instructions
Checks the running state of the named system services on a remote server by querying each one over SSH, returning JSON per service plus running and stopped counts and an aggregate health rating. Read-only: it inspects status without starting, stopping, or restarting anything. The services array parameter is required and lists the service names to check, for example nginx, mysql, or docker; common names are resolved to their actual unit names automatically.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| server | Yes | Server name | |
| services | Yes | Service names to check (e.g., nginx, mysql, docker) |