Resource Type: zabbix_template

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

Overview

Manage zabbix templates

Properties

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent

Parameters

  • delete_missing_applications

    Delete applications from zabbix which are not in the template.

  • delete_missing_drules

    Delete discovery rules from zabbix which are not in the template.

  • delete_missing_graphs

    Delete graphs from zabbix which are not in the template.

  • delete_missing_httptests

    Delete web scenarios from zabbix which are not in the template.

  • delete_missing_items

    Delete items from zabbix which are not in the template.

  • delete_missing_templatescreens

    Delete templateScreens from zabbix which are not in the template.

  • delete_missing_triggers

    Delete triggers from zabbix which are not in the template.

  • provider

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

  • template_name

    The name of template.

  • template_source

    Template source file.

  • zabbix_version

    Zabbix version that the template will be installed on.