Fix warning from vul_detector config for Redhat Feed Name #145
The value for the Redhat Feed Name in the ossec.conf template no longer requires a version. i.e the value should be "redhat" rather "redhat-7" or similar. https://documentation.wazuh.com/current/user-manual/reference/ossec-conf/wodle-vuln-detector.html#feed https://github.com/wazuh/wazuh/pull/2137
This commit is contained in:
parent
72b0f672d6
commit
1b51b2dc11
@ -235,7 +235,7 @@
|
|||||||
<disabled>{{ wazuh_manager_config.vul_detector.ubuntu.disable }}</disabled>
|
<disabled>{{ wazuh_manager_config.vul_detector.ubuntu.disable }}</disabled>
|
||||||
<update_interval>{{ wazuh_manager_config.vul_detector.ubuntu.update_interval }}</update_interval>
|
<update_interval>{{ wazuh_manager_config.vul_detector.ubuntu.update_interval }}</update_interval>
|
||||||
</feed>
|
</feed>
|
||||||
<feed name="redhat-7">
|
<feed name="redhat">
|
||||||
<disabled>{{ wazuh_manager_config.vul_detector.redhat.disable }}</disabled>
|
<disabled>{{ wazuh_manager_config.vul_detector.redhat.disable }}</disabled>
|
||||||
<update_interval>{{ wazuh_manager_config.vul_detector.redhat.update_interval }}</update_interval>
|
<update_interval>{{ wazuh_manager_config.vul_detector.redhat.update_interval }}</update_interval>
|
||||||
</feed>
|
</feed>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user