Line 3:
Line 3:
===Repo===
===Repo===
<nowiki>/sbin/e-smith/db yum_repositories set wazuh repository \
<nowiki>/sbin/e-smith/db yum_repositories set wazuh repository \
−
Name 'CentOS-$releasever - Wazuh' \
+
Name 'Wazuh repository' \
−
BaseURL 'https://packages.wazuh.com/yum/el/$releasever/$basearch' \
+
BaseURL 'https://packages.wazuh.com/3.x/yum/' \
−
MirrorList 'http://mirrors.fedoraproject.org/mirrorlist?repo=epel-$releasever&arch=$basearch' \
EnableGroups no \
EnableGroups no \
GPGCheck yes \
GPGCheck yes \
Line 11:
Line 10:
Visible no \
Visible no \
status disabled</nowiki>
status disabled</nowiki>
+
===Agent Configuration===
===Agent Configuration===
The [https://documentation.wazuh.com/2.0/installation-guide/installing-wazuh-agent/wazuh_agent_rpm.html Wazuh Client Installation Instructions] say to use '''yum install wazuh-agent''' (which, since the repo created above is disabled by default, would need to be '''yum --enablerepo=wazuh install wazuh-agent''' on a SME server), but this does not work...
The [https://documentation.wazuh.com/2.0/installation-guide/installing-wazuh-agent/wazuh_agent_rpm.html Wazuh Client Installation Instructions] say to use '''yum install wazuh-agent''' (which, since the repo created above is disabled by default, would need to be '''yum --enablerepo=wazuh install wazuh-agent''' on a SME server), but this does not work...