Skip to content

Multiple interfaces Same host #1015

@rodrigosandrin

Description

@rodrigosandrin

Hi Guys,

there is a way to do this configuration using puppet exported host:

Image

My puppet code is:

   @@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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions