[VNIX] Setting Up Scheduled Scan (CLI)
This article describes how to set up a scheduled scan using CLI on V3 Net for Linux Server.
You can use the scheduled scan to set up a specified area to be automatically scanned at a set time.
To Set Up
1. Go to the following path and run ‘v3cli'.
# cd /usr/local/v3net/bin
# ./v3cli
2. Once CLI is running, use the following command to check if the scheduled scan is enabled.
v3net> settings scheduledscan show
The scheduled scan feature is enabled by default. But if it is ‘Off’, use the following command to enable a scheduled scan.
v3net> settings scheduledscan set use 1
3. You can then use the ‘settings scheduledscan add’ command to add a scan schedule.
When you add a scan schedule, you must specify the scan name, scan cycle, and target. Please refer to the article below for detailed options.
The following is an example of adding a schedule.
v3net> settings scheduledscan add name test scheduledcycle 2 scheduledweek 0 scheduledtime 02:00 scheduledpath /
- Scan Name: test
- Scan cycle: Weekly
- Scan date: Sunday
- Scan time: 2 A.M. (02:00)
- Scan path: /
4. After adding a scan schedule, you can use the following command to check if the settings have been applied properly.
v3net> settings scheduledscan show