restarting-netalertx-services
Provides commands to control specific NetAlertX system services.
Install
mkdir -p .claude/skills/restarting-netalertx-services && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/4166" && unzip -o skill.zip -d .claude/skills/restarting-netalertx-services && rm skill.zipInstalls to .claude/skills/restarting-netalertx-services
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Control NetAlertX services inside the devcontainer. Use this when asked to start backend, start frontend, start nginx, start php-fpm, start crond, stop services, restart services, or check if services are running.Key capabilities
- →Start the backend Python service with debugpy on port 5678.
- →Start the frontend services, nginx and PHP-FPM.
- →Start the crond scheduler service.
- →Stop all running services including php-fpm83, nginx, crond, and python3.
- →Check which services (python3, nginx, php-fpm, crond) are currently running.
How it works
The skill executes specific shell scripts within the devcontainer to manage NetAlertX services, including starting backend, frontend, and scheduler components, or stopping all services.
Inputs & outputs
When to use restarting-netalertx-services
- →Restarting backend after code changes
- →Checking if frontend is running
- →Stopping all services for environment teardown
About this skill
Devcontainer Services
You operate inside the devcontainer. Do not use docker exec.
Start Backend (Python)
/services/start-backend.sh
Backend runs with debugpy on port 5678 for debugging. Takes ~5 seconds to be ready.
Start Frontend (nginx + PHP-FPM)
/services/start-php-fpm.sh &
/services/start-nginx.sh &
Launches almost instantly.
Start Scheduler (CronD)
/services/start-crond.sh
Stop All Services
pkill -f 'php-fpm83|nginx|crond|python3' || true
Check Running Services
pgrep -a 'python3|nginx|php-fpm|crond'
Service Ports
- Frontend (nginx): 20211
- Backend API: 20212
- GraphQL: 20212
- Debugpy: 5678
When not to use it
- →When operating outside the devcontainer environment.
- →When direct `docker exec` commands are required.
Limitations
- →Operations are restricted to the devcontainer environment.
- →Direct `docker exec` commands are not supported.
How it compares
This skill directly invokes predefined shell scripts for service management within a devcontainer, unlike manually typing process control commands.
Compared to similar skills
restarting-netalertx-services side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| restarting-netalertx-services (this skill) | 1 | 6mo | Review | Beginner |
| docker-logs-snapshot | 0 | 6mo | Review | Beginner |
| homebutler | 0 | 3mo | Review | Intermediate |
| docker-expert | 11 | 6mo | Review | Intermediate |
Try saying
Example prompts that trigger this skill in your AI assistant.
More by netalertx
View all by netalertx →You might also like
docker-logs-snapshot
jfriisj
Capture a quick, reproducible snapshot of Docker/Compose logs and container state for debugging. Use when smoke tests fail or you need attachable evidence.
homebutler
Higangssh
Homelab server operations via homebutler CLI/MCP. Check system status, generate butler reports, scan inventory/topology, manage Docker containers, install self-hosted apps, verify backup drills, Wake-on-LAN, port scanning, alerts, backup/restore, and multi-server SSH.
docker-expert
davila7
Docker containerization expert with deep knowledge of multi-stage builds, image optimization, container security, Docker Compose orchestration, and production deployment patterns. Use PROACTIVELY for Dockerfile optimization, container issues, image size problems, security hardening, networking, and orchestration challenges.
mlops-engineer
sickn33
Build comprehensive ML pipelines, experiment tracking, and model registries with MLflow, Kubeflow, and modern MLOps tools. Implements automated training, deployment, and monitoring across cloud platforms. Use PROACTIVELY for ML infrastructure, experiment management, or pipeline automation.
senior-devops
davila7
Comprehensive DevOps skill for CI/CD, infrastructure automation, containerization, and cloud platforms (AWS, GCP, Azure). Includes pipeline setup, infrastructure as code, deployment automation, and monitoring. Use when setting up pipelines, deploying applications, managing infrastructure, implementing monitoring, or optimizing deployment processes.
deployment-engineer
sickn33
Expert deployment engineer specializing in modern CI/CD pipelines, GitOps workflows, and advanced deployment automation. Masters GitHub Actions, ArgoCD/Flux, progressive delivery, container security, and platform engineering. Handles zero-downtime deployments, security scanning, and developer experience optimization. Use PROACTIVELY for CI/CD design, GitOps implementation, or deployment automation.