Resource Type: zabbix_template_host

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

Overview

Link or Unlink template to host. Only for Zabbix < 6.0!

Example:

zabbix_template_host{ 'mysql_template@db1':
  ensure => present,
}

Name should be in the format of “template_name@hostname”

Properties

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent

Parameters

  • name (namevar)

    template_name@host_name

    Supported values:
    • %r{.+@.+}
  • provider

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