Rename and Reorder <vulnerability_detector> vars.

This commit is contained in:
Rshad Zhran 2019-12-18 17:48:58 +01:00
parent d64d26d5a5
commit 9a42faebdf

View File

@ -215,35 +215,35 @@ wazuh_manager_config:
interval: '5m' interval: '5m'
ignore_time: '6h' ignore_time: '6h'
run_on_start: 'yes' run_on_start: 'yes'
providers: providers_:
canonical: - canonical:
- name: 'canonical' - enabled: 'no'
enabled: 'no'
os: os:
- precise - 'precise'
- trusty - 'trusty'
- xenial - 'xenial'
- bionic - 'bionic'
update_interval: '1h' update_interval: '1h'
debian: name: 'canonical'
- name: 'debian' - debian:
enabled: 'no' - enabled: 'no'
os: os:
- wheezy - 'wheezy'
- stretch - 'stretch'
- jessie - 'jessie'
- buster - 'buster'
update_interval: '1h' update_interval: '1h'
redhat: name: 'debian'
- name: 'redhat' - redhat:
enabled: 'no' - enabled: 'no'
update_from_year: '2010' update_from_year: '2010'
update_interval: '1h' update_interval: '1h'
nvd: name: 'redhat'
- name: 'nvd' - nvd:
enabled: 'no' - enabled: 'no'
update_from_year: '2010' update_from_year: '2010'
update_interval: '1h' update_interval: '1h'
name: 'nvd'
vuls: vuls:
disable: 'yes' disable: 'yes'
interval: '1d' interval: '1d'