default['zabbix']['agent']['scripts'] = case node['platform']
                                        when 'windows'
                                          "#{node['zabbix']['agent']['windows']['path']}\\scripts"
                                        else
                                          '/opt/zabbix/scripts'