Skip to content

Add more directories for syscheck module#414

Open
tmanninger wants to merge 5 commits intowazuh:4.3from
tmanninger:syscheck_directories
Open

Add more directories for syscheck module#414
tmanninger wants to merge 5 commits intowazuh:4.3from
tmanninger:syscheck_directories

Conversation

@tmanninger
Copy link
Copy Markdown

Currently, it is not possible to add custom directories to the syscheck directive.

hiera example:

wazuh::agent::ossec_syscheck_directories:
  - path: '/etc/apache2'
    report_changes: 'yes'
    realtime: 'yes'
  - path: '/etc/dir2'
    report_changes: 'yes'
    realtime: 'yes'
  - path: '/etc/nginx'
    report_changes: 'yes'
    realtime: 'yes'
  - path: '/dir4'
    report_changes: 'yes'
    realtime: 'yes'
  - path: '/dir5'
    report_changes: 'yes'
    realtime: 'yes'
  - path: '/dir6
    report_changes: 'yes'
    realtime: 'yes'

@alberpilot alberpilot changed the base branch from master to 4.3 November 24, 2021 16:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant