get_service_status
Check if a specific system service is running or stopped on a Webmin-managed server. Monitor service status for administration and troubleshooting.
Instructions
Get the status of a specific system service. Returns whether the service is running or stopped.
Input Schema
TableJSON 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') |