Resource Type: zabbix_host

Defined in:
lib/puppet/type/zabbix_host.rb
Providers:
ruby

Overview

FQDN of the machine.

Properties

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent

Parameters

  • apache_use_ssl

    If apache is uses with ssl

  • group

    Name of the hostgroup.

  • group_create

    Create hostgroup if missing.

  • hostname

    FQDN of the machine.

  • ipaddress

    The IP address of the machine running zabbix agent.

  • port

    The port that the zabbix agent is listening on.

  • provider

    The specific backend to use for this ‘zabbix_host` resource. You will seldom need to specify this — Puppet will usually discover the appropriate provider for your platform.

  • proxy

    Whether it is monitored by an proxy or not.

  • templates

    List of templates which should be loaded for this host.

  • use_ip

    Using ipadress instead of dns to connect. Is used by the zabbix-api command.

  • zabbix_pass

    Zabbix-api password.

  • zabbix_url

    The url on which the zabbix-api is available.

  • zabbix_user

    Zabbix-api username.