@@zabbix_host { 'myhost':
ipaddress => '192.168.0.1',
use_ip => true,
port => 10050,
groups => ['MYGROUP],
group_create => true,
templates => ['MYTEMPLATE'],
interfacetype => 1,
interfacedetails => [],
tls_connect => 'unencrypted',
tls_accept => 'unencrypted',
tls_issuer => undef,
tls_subject => undef,
}
What i understood is that the api receive an array in the interface, but we cant configure it as array, there is way to work arround it?
Hi Guys,
there is a way to do this configuration using puppet exported host:
My puppet code is:
What i understood is that the api receive an array in the interface, but we cant configure it as array, there is way to work arround it?