Issue
After starting "Scan All", Can I remove an item from scan queue via CLI?
Environment
- Imunify360
- ImunifyAV
Solution
List the current queue, and check the scan-ids
# imunify360-agent malware on-demand list
Identify the scan-id that needs to be removed from the queue and run:
# imunify360-agent malware on-demand queue remove scan_id
Or another way to remove the ongoing scan, is to grab the scan_id from status the and proceed to remove:
# imunify-antivirus malware on-demand status
created: xxxxx
detect_elf: true
exclude_patterns: null
file_patterns: null
follow_symlinks: false
intensity_cpu: 2
intensity_io: 2
intensity_ram: 2048
path: /home/xxxxx
phase: ai-bolit scanning
progress: 4
queued: 346
resource_type: file
scan_type: user
scanid: xxxxxxxxxxxxxxxxxxx
started: xxxxx
status: running
# imunify360-agent malware on-demand queue remove xxxxxxxxxxxxxxxxxxx
Comments
0 comments
Please sign in to leave a comment.