Merge pull request #90 from wazuh/Issue-77_conflict_configurations

Agent configuration and monitoring
This commit is contained in:
AlfonsoRBJ 2018-11-16 12:39:38 +01:00 committed by GitHub
commit 88b3f940ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 10 additions and 6 deletions

View File

@ -11,11 +11,14 @@ All notable changes to this project will be documented in this file.
- Changed windows agent version ([#89](https://github.com/wazuh/wazuh-ansible/pull/89)) - Changed windows agent version ([#89](https://github.com/wazuh/wazuh-ansible/pull/89))
### Fixed
- Solve the conflict betwwen tha agent configuration and the shared master configuration. Also include monitoring for `/var/log/auth.log` ([#90](https://github.com/wazuh/wazuh-ansible/pull/90))
### Removed ### Removed
- clean old code for windows agent ([#86](https://github.com/wazuh/wazuh-ansible/pull/86)) - clean old code for windows agent ([#86](https://github.com/wazuh/wazuh-ansible/pull/86))
## v3.7.0-3701 ## v3.7.0-3701
### Added ### Added

View File

@ -90,6 +90,8 @@ wazuh_agent_config:
location: '/var/log/messages' location: '/var/log/messages'
- format: 'syslog' - format: 'syslog'
location: '/var/log/secure' location: '/var/log/secure'
- format: 'syslog'
location: 'var/log/auth.log'
- format: 'command' - format: 'command'
command: 'df -P' command: 'df -P'
frequency: '360' frequency: '360'

View File

@ -221,11 +221,10 @@ wazuh_agent_configs:
- /etc/svc/volatile - /etc/svc/volatile
no_diff: no_diff:
- /etc/ssl/private.key - /etc/ssl/private.key
directories: # Example
- dirs: /etc,/usr/bin,/usr/sbin #directories:
checks: 'check_all="yes"' #- dirs: /etc,/usr/bin,/usr/sbin
- dirs: /bin,/sbin # checks: 'check_all="yes"'
checks: 'check_all="yes"'
rootcheck: rootcheck:
frequency: 43200 frequency: 43200
cis_distribution_filename: null cis_distribution_filename: null