From larouex-fullstack-builder
Configures monitoring for Railway deployments: log streaming, health checks, uptime monitoring, error tracking, custom logging, alerts, performance monitoring, and dashboards.
How this command is triggered — by the user, by Claude, or both
Slash command
/larouex-fullstack-builder:setup-monitoring-railwayThe summary Claude sees in its command listing — used to decide when to auto-load this command
Configure comprehensive monitoring for Railway deployment. Set up monitoring infrastructure: - Configure Railway log streaming with CLI (railway logs) - Implement health check endpoints for each service (/health, /api/health) - Set up uptime monitoring with Railway's built-in observability - Configure external uptime monitoring (UptimeRobot, Pingdom, or similar) - Implement error tracking integration (Sentry, Bugsnag, or similar) - Add custom logging with Winston or Pino - Create log aggregation configuration - Set up alert notifications for errors and downtime - Configure performance moni...
Configure comprehensive monitoring for Railway deployment.
Set up monitoring infrastructure:
Include example health check implementations, logging best practices, and Railway CLI commands for log analysis.
npx claudepluginhub larouexnonprofitconsulting/larouex-fullstack-plugin/monitorSets up monitoring, alerting, and observability for the app: analyzes stack, generates Prometheus/Grafana/Datadog configs, alerts, health endpoints, structured logs, and OpenTelemetry tracing. Writes to monitoring/ dir.
/setupSets up application monitoring for errors, performance, and logging with Sentry, New Relic, Datadog, CloudWatch, or ELK. Installs packages, configures files/env vars, instruments code, tests setup, generates configs and modules.
/monitor-errorsSets up error monitoring and alerting for HTTP errors, app exceptions, DB failures, external APIs, jobs, and client-side issues. Provides tool configs (Sentry/Rollbar/CloudWatch), alerts, dashboards, error budgets, and guidelines.
/deploy-strategyPlan safe deployment strategy with monitoring and rollback capability.
/infraAdds and validates one production infrastructure bundle (Health, Security, Backup, or Deploy) at a time for the detected stack, with full verification.