Commit Graph

1772 Commits

Author SHA1 Message Date
Werner Dijkerman
af758690a1 Added molecule test for the Wazuh Agent 2019-04-27 15:26:18 +02:00
Manuel J. Bernal
d87d6b4e5f
Merge pull request #169 from dj-wasabi/improve-molecule
Using Molecule for Wazuh Manager
2019-04-26 11:20:23 +02:00
l
9e22760911 Fixing whitespaces 2019-04-24 17:41:27 +02:00
l
b84aecfa67 Fixing syntax error at Debian tasks 2019-04-24 17:30:40 +02:00
l
a29eb8faf4 Using OpenJDK for cis-cat and for elastic at Debian based distros 2019-04-24 16:45:29 +02:00
l
32e3d45ced Changing CentOS install from Oracle JDK to OpenJDK 2019-04-24 13:35:29 +02:00
Werner Dijkerman
54c7859894 Added ports check and added dependency that needs to be installed 2019-04-17 19:40:37 +02:00
Werner Dijkerman
509f87aa70 Updated versions of the required modules like Molecule 2019-04-17 19:05:17 +02:00
Werner Dijkerman
25dc5ddd93 Fixed lint issue on tests 2019-04-16 20:57:58 +02:00
Werner Dijkerman
ad256682b0 Rename the platforms 2019-04-16 20:38:50 +02:00
Werner Dijkerman
fa7a5e6b91 Added some tests with Testinfra 2019-04-16 20:36:31 +02:00
Werner Dijkerman
d20608b770 Added retries for the prepare playbook 2019-04-16 19:19:50 +02:00
Werner Dijkerman
41f7be184e Added retries for tasks that work with "3rd" party services 2019-04-16 19:16:54 +02:00
Werner Dijkerman
dc8438401f Added where possible the wazuh-manager role idempotent. Have to disable this because of issue #107 2019-04-16 19:09:36 +02:00
Werner Dijkerman
8291e4ab9f Added a successful installation on provided Docker containers with Molecule 2019-04-15 21:52:08 +02:00
Manuel J. Bernal
85dbeca966 Ignoring binary files. 2019-04-15 18:07:04 +02:00
Manuel J. Bernal
fccc41d52c
Merge pull request #151 from JJediny/add-molecule-tests
initial minimal working molecule testing suite with circleci
2019-04-15 15:20:14 +02:00
Manuel J. Bernal
1c4b87b60e
Merge branch '3.9' into add-molecule-tests 2019-04-15 11:05:27 +02:00
Manuel J. Bernal
9712bfbb6c
Merge pull request #168 from wazuh/update-3.9.0_6.7.1
Updating elastic stack version to 6.7.1
2019-04-12 10:12:14 +02:00
l
78de851347 Updating elastic stack version to 6.7.1 2019-04-11 19:36:01 +02:00
Manuel J. Bernal
812eecb3ab
Merge pull request #155 from kravietz/active_response
Enable active-response section
2019-04-04 10:45:34 +02:00
Manuel J. Bernal
96012df2fc
Merge branch '3.9' into active_response 2019-04-04 10:45:17 +02:00
Manuel J. Bernal
be5d9ddd99
Merge pull request #164 from wazuh/fix-default-active_response
Fix default active response
2019-04-04 10:43:37 +02:00
l
ce4665ef3e Fixing default active response 2019-04-04 10:22:33 +02:00
John Jediny
db638ade4d
Delete settings.json 2019-04-03 09:05:35 -04:00
Manuel J. Bernal
deaffd9c8e
Merge pull request #159 from kravietz/email_fix
Email fix
2019-04-03 15:02:31 +02:00
Manuel J. Bernal
ef3938c0c9
Merge pull request #163 from wazuh/fix-alias-missing
Adding alias to agent config file template
2019-04-03 13:24:20 +02:00
l
29301b0044 Adding alias to agent config file template 2019-04-03 12:20:59 +02:00
Manuel J. Bernal
07dacae92d
Merge pull request #110 from wazuh/3.7-concurrent-packages
Installing concurrent apt packages
2019-04-01 17:30:30 +02:00
l
7e284b8dd4 Using apt list at kibana 2019-04-01 12:59:39 +02:00
l
a9344cf181 Using list instead of iterating over one to install packages 2019-04-01 12:23:48 +02:00
Manuel J. Bernal
968e7f8206
Merge pull request #146 from perryk/fix_couple_warning_pk1
Fix a couple of minor warnings from default 3.8 manager role
2019-03-28 18:08:10 +01:00
Pawel Krawczyk
7381dc8b2b Fix wazuh_manager_config.email_notification
There's no need for a complicated if..then condition here since the
value is expected to be yes/no only
2019-03-22 00:03:42 +00:00
joschneid
1a73b8e8a1 custom wazuh app location 2019-03-01 14:29:54 +01:00
joschneid
0256b529f1 make debian repos customizable 2019-03-01 14:29:02 +01:00
joschneid
6f16326905 debian repo keys with pgp keyserver 2019-03-01 14:28:02 +01:00
Pawel Krawczyk
f96ab0a317 Add flag to accept remote commands from manager
Without this flag the agent will not accept any system check
commands (`command` and `full_command`) configured in the Wazuh
Manager settings to cascade down to agents.
2019-02-20 13:31:24 +00:00
Pawel Krawczyk
bcd327280e Do not report virtual filesystems in df
Tell `df` not to report on virtual filesystems such as `squashfs` (used
by `snapd` and always at 100%), `tmpfs` (memory-only) and `devtmpfs`
(used by `udev`)
2019-02-18 13:01:42 +00:00
Pawel Krawczyk
81058daf1b Replace netstat with ss
The `ss` program is now the official replacement for `netstat` which
is deprecated in most Linux distributions. Also replace the messy sed
rules which do not work on all versions with a clean command-line that
just displays the key information that does **not** change on every
command run (e.g. PID) resulting in false positives.
2019-02-18 12:59:48 +00:00
Pawel Krawczyk
68cd434466 do no include syscheck section if not defined 2019-02-17 20:03:40 +00:00
Pawel Krawczyk
a94038201a typo 2019-02-17 20:03:30 +00:00
Pawel Krawczyk
58a76a8c08 Enable active-response section
As of now the whole active-response section was commented out and
inactive
2019-02-17 00:16:31 +00:00
AlfonsoRBJ
c78d82717b Resolved conflicts 2019-02-13 15:11:50 +01:00
jjediny
f635c05638 adding travis ci example 2019-02-11 23:50:42 -05:00
jjediny
e1aeff0fd6 adding back .yamllint pretask and results 2019-02-11 23:31:38 -05:00
jjediny
451792356c initial minimal working molecule testing suite with circleci WIP for https://github.com/wazuh/wazuh-ansible/issues/138 2019-02-10 13:19:45 -05:00
joschneid
6e880f7dab wrong fact for possible syscheck directories 2019-02-07 15:21:33 +01:00
joschneid
c90df8318e
Merge branch 'stable' into stable 2019-02-07 14:35:29 +01:00
AlfonsoRBJ
9ecfd7aeac
Bump version 3.8.3 2019-01-31 10:21:04 +01:00
AlfonsoRBJ
2350208f5d
Merge pull request #150 from wazuh/update-to-3.8.2
Update to Wazuh version v3.8.2
2019-01-30 18:17:16 +01:00