Resource Type: zabbix_proxy

Defined in:
lib/puppet/type/zabbix_proxy.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

  • hostname

    FQDN of the machine.

  • ipaddress

    The IP address of the machine running zabbix proxy.

  • mode

    The kind of mode the proxy running. Active (0) or passive (1).

  • port

    The port that the zabbix proxy is listening on.

  • provider

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

  • templates

    Template 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.