ssh_check_service
Check if a systemd service is running or failed on a remote Linux machine via SSH. Get the real-time status of services like nginx, docker, or sshd.
Instructions
Check the status of a systemd service.
Args: service: Service name (e.g., 'nginx', 'docker', 'sshd') session_name: SSH session to use
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| service | Yes | ||
| session_name | No | default |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |