Check status of monitored systems across domains
Check health and status of monitored systems across domains and environments. Use to investigate incidents, verify deployments, or perform routine health checks before making changes.
/plugin marketplace add fractary/claude-plugins/plugin install fractary-helm@fractary[--domain <domain>] [--env <environment>]claude-haiku-4-5<ARGUMENT_SYNTAX>
This command follows the standard space-separated syntax:
--flag value (NOT --flag=value)# Correct ✅
/fractary-helm:status --env test
# Incorrect ❌
/fractary-helm:status --env=test
</ARGUMENT_SYNTAX>
Check health and status of monitored systems across all domains or specific domain.
/fractary-helm:status [options]
--domain <domain>: Specific domain (infrastructure, application) or all. Default: all--env <environment>: Filter by environment (test, prod). Default: allAll domains status:
/fractary-helm:status
Infrastructure status:
/fractary-helm:status --domain infrastructure
Production infrastructure:
/fractary-helm:status --domain infrastructure --env prod
Application status:
/fractary-helm:status --domain application
Check status:
After checking status:
/fractary-helm-cloud:investigate --service <name>/fractary-helm-cloud:health --env prod/fractary-helm:dashboardThis command invokes the helm-director agent with status operation.
USE AGENT: helm-director with operation=status, domain from --domain parameter, and environment from --env parameter