File tree Expand file tree Collapse file tree 2 files changed +0
-21
lines changed Expand file tree Collapse file tree 2 files changed +0
-21
lines changed Original file line number Diff line number Diff line change 5252 $zabbix_package_provider = undef
5353 $agent_loadmodulepath = ' /usr/lib/modules'
5454 }
55- ' Fedora' : {
56- $server_fpinglocation = ' /usr/sbin/fping'
57- $server_fping6location = ' /usr/sbin/fping6'
58- $proxy_fpinglocation = ' /usr/sbin/fping'
59- $proxy_fping6location = ' /usr/sbin/fping6'
60- $manage_repo = false
61- $manage_choco = false
62- $zabbix_package_agent = ' zabbix-agent'
63- $agent_configfile_path = ' /etc/zabbix_agentd.conf'
64- $agent_config_owner = ' zabbix'
65- $agent_zabbix_user = ' zabbix'
66- $agent_config_group = ' zabbix'
67- $agent_pidfile = ' /var/run/zabbix/zabbix_agentd.pid'
68- $agent_servicename = ' zabbix-agent'
69- $agent_include = ' /etc/zabbix/zabbix_agentd.d'
70- $server_zabbix_user = ' zabbix'
71- $zabbix_package_provider = undef
72- $agent_loadmodulepath = ' /usr/lib/modules'
73- }
7455 ' FreeBSD' : {
7556 $manage_repo = false
7657 $manage_choco = false
Original file line number Diff line number Diff line change 1717 on_supported_os ( baseline_os_hash ) . each do |os , facts |
1818 context "on #{ os } " do
1919 config_path = case facts [ :os ] [ 'name' ]
20- when 'Fedora'
21- '/etc/zabbix_agentd.conf'
2220 when 'windows'
2321 'C:/ProgramData/zabbix/zabbix_agentd.conf'
2422 else
You can’t perform that action at this time.
0 commit comments