get_service_status
Check the current operational status of installed services on homelab devices to monitor availability and troubleshoot issues.
Instructions
Get the current status of an installed service
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| service_name | Yes | Name of the service to check status for | |
| hostname | Yes | Hostname or IP address of the device | |
| username | No | SSH username (use 'mcp_admin' for passwordless access after setup) | mcp_admin |
| password | No | SSH password (not needed for mcp_admin after setup) | |
| port | No | SSH port (default: 22) |