Link Search Menu Expand Document

Scheduling

The Schedules page lets you set up recurring scans that run automatically on a cron schedule.

Creating a Schedule

Click New Schedule to open the modal.

Fields

Field Description Default
Name A descriptive name for the schedule (e.g. “Nightly subnet sweep”) (required)
Scan Type Which type of scan to run (required)
Target Network target (same format as manual scans, e.g. 192.168.1.0/24) (required)
Cron Expression Standard cron syntax defining when the scan runs 0 */6 * * *
Enabled Toggle to activate or deactivate the schedule On

Available Scan Types

Type Description
Ping Sweep ICMP ping scan for live host discovery
Port Scan TCP connect scan for open port detection
HTTP Probe HTTP/HTTPS service discovery
DNS Enumeration Forward and reverse DNS lookups
ARP Scan Local-network ARP-based discovery
SNMP Scan SNMP walk for network device inventory
Full Scan Runs all scanners: ping, port, HTTP probe, and DNS

Cron Expression Format

┌───────────── minute (0-59)
│ ┌───────────── hour (0-23)
│ │ ┌───────────── day of month (1-31)
│ │ │ ┌───────────── month (1-12)
│ │ │ │ ┌───────────── day of week (0-6, Sun=0)
│ │ │ │ │
* * * * *

Common Examples

Expression Meaning
0 */6 * * * Every 6 hours
0 2 * * * Daily at 2:00 AM
0 0 * * 1 Every Monday at midnight
*/30 * * * * Every 30 minutes
0 9 1 * * 1st of each month at 9:00 AM

Schedule Management

Action Description
Edit Modify any field of an existing schedule
Delete Remove a schedule
Enable/Disable Toggle the schedule on or off without deleting it

The schedule list shows: name, scan type, target, cron expression, and an Active/Disabled badge.