This module installs and configure Wazuh agent and manager.
├── wazuh-puppet
│ ├── files
│ │ ├── client.keys
│ │ ├── ossec-logrotate.te
│ │ ├── wazuh-winagent-v2.1.1-1.exe
│
│ ├── manifest
│ │ ├── activeresponse.pp
│ │ ├── addlog.pp
│ │ ├── agentkey.pp
│ │ ├── client.pp
│ │ ├── collect_agent_keys.pp
│ │ ├── command.pp
│ │ ├── email_alert.pp
│ │ ├── export_agent_key.pp
│ │ ├── init.pp
│ │ ├── params.pp
│ │ ├── repo.pp
│ │ ├── reports.pp
│ │ ├── server.pp
│ │
│ ├── spec
│ │ ├── classes
│ │ │ ├── client_spec.rb
│ │ │ ├── init_spec.rb
│ │ │ ├── server_spec.rb
│ │
│ │ ├── spec_helper.rb
│
│ ├── templates
│ │ ├── api
│ │ │ ├── config.js.erb
│ │
│ │ ├── fragments
│ │ │ ├── _activeresponse.erb
│ │ │ ├── _common.erb
│ │ │ ├── _localfile.erb
│ │ │ ├── _reports.erb
│ │ │ ├── _rootcheck_linux.erb
│ │ │ ├── _rootcheck_windows.erb
│ │ │ ├── _syscheck_linux.erb
│ │ │ ├── _syscheck_windows.erb
│ │ │ ├── _wodle_openscap.erb
│ │
│ │ ├── command.erb
│ │ ├── email_alert.erb
│ │ ├── local_decoder.xml.erb
│ │ ├── local_rules.xmk.erb
│ │ ├── ossec_shared_agent.conf.erb
│ │ ├── process_list.erb
│ │ ├── wazuh_agent.conf.erb
│ │ ├── wazuh_manager.conf.erb
|
│ ├── tests
│ │ ├── init.pp
|
│ ├── README.md
│ ├── VERSION
│ ├── CHANGELOG.md
│ ├── .travis.yml
│ ├── Gemfile
│ ├── LICENSE.txt
│ ├── Rakefile
│ ├── checksums.json
│ ├── metadata.json
stable
branch on correspond to the last Wazuh-Puppet stable version.master
branch contains the latest code, be aware of possible bugs on this branch.
If you would like to contribute to our repository, please fork our Github repository and submit a pull request.
If you are not familiar with Github, you can also share them through our users mailing list, to which you can subscribe by sending an email to [email protected]
.
This Puppet module has been authored by Nicolas Zin, and updated by Jonathan Gazeley and Michael Porter. Wazuh has forked it with the purpose of maintaining it. Thank you to the authors for the contribution.
WAZUH Copyright (C) 2016-2018 Wazuh Inc. (License GPLv2)
Based on OSSEC Copyright (C) 2015 Trend Micro Inc.