mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-15 21:52:47 +01:00
30 lines
929 B
YAML
30 lines
929 B
YAML
manager:
|
|
reposync:
|
|
enabled:
|
|
description: This is the daily task of syncing the Security Onion OS packages. It is recommended that you leave this enabled.
|
|
global: True
|
|
helpLink: manager.html
|
|
hour:
|
|
description: The hour of the day in which the repo sync takes place.
|
|
global: True
|
|
helpLink: manager.html
|
|
minute:
|
|
description: The minute within the hour to run the repo sync.
|
|
global: True
|
|
helpLink: manager.html
|
|
elastalert:
|
|
description: Enable elastalert 1=enabled 0=disabled.
|
|
global: True
|
|
helpLink: manager.html
|
|
no_proxy:
|
|
description: String of hosts to ignore the proxy settings for.
|
|
global: True
|
|
helpLink: manager.html
|
|
playbook:
|
|
description: Enable playbook 1=enabled 0=disabled.
|
|
global: True
|
|
helpLink: manager.html
|
|
proxy:
|
|
description: Proxy server to use for updates.
|
|
global: True
|
|
helpLink: manager.html |