Mô tả
- Cảnh báo mỗi một host mới tham gia hoặc không tham gia vào dải ip được quét
- Cảnh báo mỗi khi một port bất kỳ của host mở hoặc đóng (thay đổi trạng thái)
- Thực hiện cấu hình trên wazuh server
| [options] | |
| # | |
| # WARNING: | |
| # If you use the Odoo Database utility to change the master password be aware | |
| # that the formatting of this file WILL be LOST! A copy of this file named | |
| # /etc/odoo/openerp-server.conf.template has been made in case this happens | |
| # Note that the copy does not have any first boot changes | |
| #----------------------------------------------------------------------------- | |
| # Odoo Server Config File - TurnKey Linux |
| # -*- encoding: utf-8 -*- | |
| import time | |
| import base64 | |
| import xmlrpclib | |
| import codecs | |
| import os | |
| import sys | |
| import hashlib | |
| ######## Inicio de los parametros configurables ############ |