uac icon indicating copy to clipboard operation
uac copied to clipboard

Redundant artifacts in artifacts/files/system/var_spool.yaml and artifacts/files/system/job_scheduler.yaml

Open mnrkbys opened this issue 4 months ago • 0 comments

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.

mnrkbys avatar Oct 02 '24 08:10 mnrkbys