uac
uac copied to clipboard
Redundant artifacts in artifacts/files/system/var_spool.yaml and artifacts/files/system/job_scheduler.yaml
The job_scheduler.yaml has the following artifacts:
-
description: Collect at files.
supported_os: [aix, freebsd, linux, netbsd, netscaler, openbsd, solaris]
collector: file
path: /var/spool/at
-
description: Collect at files.
supported_os: [aix, freebsd, linux, netbsd, netscaler, openbsd, solaris]
collector: file
path: /var/spool/cron
Additionally, var_spool.yaml also has the following artifact:
-
description: Collect spool files.
supported_os: [aix, esxi, freebsd, linux, netbsd, netscaler, openbsd, solaris]
collector: file
path: /var/spool
Since the var_spool.yaml artifact contains the scope of job_scheduler.yaml, it could be integrated into var_spool.yaml.