wazuh应用之主机安装agent及触发告警邮件

server端:
#/var/ossec/bin/manage_agent
在这里插入图片描述

agent端:
安装Wazuh agent

  1. 添加Wazuh存储库:
#rpm --import https://packages.wazuh.com/key/GPG-KEY-WAZUH
#cat > /etc/yum.repos.d/wazuh.repo <<\EOF
[wazuh_repo]
gpgcheck=1
gpgkey=https://packages.wazuh.com/key/GPG-KEY-WAZUH
enabled=1
name=Wazuh repository
baseurl=https://packages.wazuh.com/3.x/yum/
protect=1
EOF

2.安装
#yum install wazuh-agent

  1. 配置ossec.conf中的manage_ip为服务端ip
[root@localhost ~]# vim /var/ossec/etc/ossec.conf

<ossec_config>
  <client>
    <server>
      <address>服务端IP</address>
      <port>1514</port>
      <protocol>udp</protocol>

4.导入服务端的key

[root@localhost ~]# /var/ossec/bin/manage_agents


****************************************
* Wazuh v3.13.1 Agent manager.         *
* The following options are available: *
****************************************
   (I)mport key from the server (I).
   (Q)uit.
Choose your action: I or Q: I

* Provide the Key generated by the server.
* The best approach is to cut and paste it.
*** OBS: Do not include spaces or new lines.

Paste it here (or '\q' to quit): 服务端生成的对应密钥输这里

Agent information:
   ID:001
   Name:192.168.3.114
   IP Address:192.168.3.114

Confirm adding it?(y/n): Y
Added.


****************************************
* Wazuh v3.13.1 Agent manager.         *
* The following options are available: *
****************************************
   (I)mport key from the server (I).
   (Q)uit.
Choose your action: I or Q: Q

manage_agents: Exiting.
[root@localhost ~]#

5.重启服务
systemctl restart wazuh-agent

在这里插入图片描述
在这里插入图片描述

在这里插入图片描述

评论 4
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值