get_service_status
Check whether a system service is running or stopped on a specified server. Provides instant status for services like sshd, nginx, or cron.
Instructions
Get the status of a specific system service. Returns whether the service is running or stopped.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| server | No | Server alias (e.g., 'pi1', 'web-server'). Uses default server if not specified. | |
| service | Yes | Name of the service (e.g., 'sshd', 'nginx', 'cron') |