Check if the agent host is running
Check the runtime status and connectivity of the agent host.
This command verifies:
- Host is running and reachable
- gRPC service is responding
- Presence service connectivity
- Basic connectivity information
The host must be started with 'mutiro agent host' for this to work.
Note: This checks if the host is RUNNING.
To verify setup before starting, use 'mutiro agent host doctor' instead.
Examples:
Check host status
mutiro agent host status
Check with verbose output
mutiro agent host status --verbose
mutiro agent host status [flags]
Check host status
Check with verbose output
| Flag | Type | Description |
|---|---|---|
| -h, --help | bool | help for status |
| Flag | Type | Description |
|---|---|---|
| --config | string | config file (default is ./.mutiro.yaml in current directory) |
| --debug | bool | debug mode |
| -v, --verbose | bool | verbose output |