mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
augeas: read subdirectories from /etc/zabbix dir (#12631)
PR for read configuration files in subdirectories in /etc/zabbix directory with augeas
This commit is contained in:
parent
5fbc368e46
commit
c596ac6f34
1 changed files with 1 additions and 0 deletions
|
|
@ -43,6 +43,7 @@ let filter = incl "/etc/kernel-img.conf"
|
|||
. incl "/etc/kerneloops.conf"
|
||||
. incl "/etc/wgetrc"
|
||||
. incl "/etc/zabbix/*.conf"
|
||||
. incl "/etc/zabbix/**/*.conf"
|
||||
. incl "/etc/audit/auditd.conf"
|
||||
. incl "/etc/mixerctl.conf"
|
||||
. incl "/etc/wsconsctlctl.conf"
|
||||
|
|
|
|||
Loading…
Reference in a new issue