get_service_status
Check systemd service status on Linux systems, including remote hosts via SSH, to monitor and troubleshoot service availability.
Instructions
Get detailed status of a specific systemd service.
Args:
service_name: Name of the service
host: Remote host to connect to via SSH (optional, executes locally if not provided)
username: SSH username for remote host (required if host is provided)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| service_name | Yes | ||
| host | No | ||
| username | No |