zabbix: Update OS vars for zabbix-agent package dependencies
Signed-off-by: David Kirwan <davidkirwanirl@gmail.com>
This commit is contained in:
parent
1ce943c808
commit
70f5c0ecde
4 changed files with 16 additions and 3 deletions
12
roles/zabbix/zabbix_agent/vars/CentOS-7.yml
Normal file
12
roles/zabbix/zabbix_agent/vars/CentOS-7.yml
Normal file
|
@ -0,0 +1,12 @@
|
|||
pkgs_list:
|
||||
- policycoreutils-python-utils
|
||||
|
||||
zabbix_pkgs_list:
|
||||
- zabbix-agent
|
||||
- zabbix
|
||||
- bc
|
||||
- ncurses-compat-libs # Needed for some megacli tools and raid monitoring checks through zabbix_sender
|
||||
|
||||
zabbix_agentd: /etc/zabbix/zabbix_agentd.conf
|
||||
|
||||
zabbix_agentd_dir: /etc/zabbix/zabbix_agentd.d
|
|
@ -3,10 +3,10 @@ pkgs_list:
|
|||
|
||||
zabbix_pkgs_list:
|
||||
- zabbix-agent
|
||||
- zabbix-sender
|
||||
- zabbix
|
||||
- bc
|
||||
- ncurses-compat-libs # Needed for some megacli tools and raid monitoring checks through zabbix_sender
|
||||
|
||||
zabbix_agentd: /etc/zabbix/zabbix_agentd.conf
|
||||
|
||||
zabbix_agentd_dir: /etc/zabbix/zabbix_agentd.d
|
||||
zabbix_agentd_dir: /etc/zabbix/zabbix_agentd.d
|
||||
|
|
|
@ -3,7 +3,7 @@ pkgs_list:
|
|||
|
||||
zabbix_pkgs_list:
|
||||
- zabbix-agent
|
||||
- zabbix-sender
|
||||
- zabbix
|
||||
- bc
|
||||
- ncurses-compat-libs # Needed for some megacli tools and raid monitoring checks through zabbix_sender
|
||||
|
||||
|
|
1
roles/zabbix/zabbix_agent/vars/RedHat-7.yml
Symbolic link
1
roles/zabbix/zabbix_agent/vars/RedHat-7.yml
Symbolic link
|
@ -0,0 +1 @@
|
|||
CentOS-7.yml
|
Loading…
Add table
Add a link
Reference in a new issue