templates/client/config.yml in zabbix-ruby-client-0.0.6 vs templates/client/config.yml in zabbix-ruby-client-0.0.7

- old
+ new

@@ -2,22 +2,20 @@ host: localhost logsdir: logs loglevel: info datadir: data keepdata: no # or yes -plugindirs: +plugindirs: - plugins zabbix: host: zabbix.example.com port: 10051 sender: /usr/bin/zabbix_sender plugins: - name: memory - name: cpu - name: network - args: eth0 + args: [ eth0 ] - name: disk - args: - - sda1 - - / + args: [ sda1, / ] - name: network - args: eth1 + args: [ eth1 ]