RE

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.zip

Installs 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.
213 chars✓ has a “when” trigger
Beginner

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

You give it
A request to start, stop, restart, or check status of NetAlertX services.
You get back
Execution of shell scripts to manage services or a list of running processes.

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.

SkillInstallsUpdatedSafetyDifficulty
restarting-netalertx-services (this skill)16moReviewBeginner
docker-logs-snapshot06moReviewBeginner
homebutler03moReviewIntermediate
docker-expert116moReviewIntermediate

Try saying

Example prompts that trigger this skill in your AI assistant.

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.

00

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.

00

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.

1135

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.

333

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.

720

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.

418

Search skills

Search the agent skills registry