Skip to main content

netalertx-sample-data

Load synthetic device data into the devcontainer. Use this when asked to load sample devices, seed data, import test devices, populate database, or generate test data.

Jump to install

Source facts

Repository
netalertx/NetAlertX
Last source activity
January 25, 2026 at 21:45
Detected SKILL.md language
English
Stars
7,181
Forks
448

Install options

The review-first prompt is selected by default. You can switch to a direct command or download a local copy.

Review the source files

Read SKILL.md and any companion files shown by SkillsMP before deciding whether to install.

Showing SKILL.md

SKILL.md
Source instructions · Read-only preview
name
netalertx-sample-data
description
Load synthetic device data into the devcontainer. Use this when asked to load sample devices, seed data, import test devices, populate database, or generate test data.
# Sample Data Loading Generates synthetic device inventory and imports it via the `/devices/import` API endpoint. ## Command ```bash cd /workspaces/NetAlertX/.devcontainer/scripts ./load-devices.sh ``` ## Environment - `CSV_PATH`: defaults to `/tmp/netalertx-devices.csv` ## Prerequisites - Backend must be running - API must be accessible ## What It Does 1. Generates synthetic device records (MAC addresses, IPs, names, vendors) 2. Creates CSV file at `$CSV_PATH` 3. POSTs to `/devices/import` endpoint 4. Devices appear in database and UI
View on GitHub