José Fernández Aguilera

Results 59 comments of José Fernández Aguilera

Hi @frgv @migruiz4 this PR is failling due to the following error on the ossec.log: ``` 2018/12/24 17:41:38 ossec-analysisd: CRITICAL: rules_list: Signature ID '700000' not found. Invalid 'if_sid'. ``` It...

Hello guys, We are working hard to maintain and improve our repositories day by day and we will work on this matter as soon as possible. Feel free to give...

Hello @thetredev, I have reviewed your PR. It looks good, but I will need the review of @wazuh/content. This matter will need a decision of @snaow and @santiago-bassett about the...

Hi @0xpr03 Thanks for your reply. If only inotify supports it I will have to use the inotify interface to implement such feature. I will take a look at it...

First of all we recommend to remove Systemd/SysV section and left only suggested options below. ## Combinations (First iteration) | System | Version | Architecture | command | | :--:...

## Install commands | Package manager | Extension | Command | | :--: | :--: | -- | | YUM | RPM | `sudo WAZUH_MANAGER='manager.ip' yum install -y URL/wazuh-agent.rpm` |...

## Additional information - For C7 we support ARMV7HL(ARMHF), AARCH64, I386, X86_64 and PPC64LE. The command is the same in all of them (The system and the package manager are...

The team has decided to include documentation steps to allow users the provision of the following systems: - [x] AIX 6.1 TL9+ - [x] HP-UX 11.31+ - [x] Solaris 10u11...

## CentOS 5.11 Starting from `centos:5.11` from Docker hub. Instructions: ``` sudo docker run -it --name c5-1625 centos:5.11 bash cp -r /etc/yum.repos.d /etc/yum.repos.d.bak rm -f /etc/yum.repos.d/* && echo "exactarch=1" >>...

## Debian 7 Starting from `debian:wheezy-slim` from Docker hub. Instructions: ``` echo "deb http://archive.debian.org/debian/ wheezy contrib main non-free" > /etc/apt/sources.list echo "deb-src http://archive.debian.org/debian/ wheezy contrib main non-free" >> /etc/apt/sources.list function...