Resource Type: zabbix_application

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

Overview

%q(Manage zabbix applications

Example.
  Zabbix_application {
    zabbix_url => 'zabbix_server1',
    zabbix_user => 'admin',
    zabbix_pass => 'zabbix',
  }

  zabbix_application{"app1":
    ensure   => present,
    template => 'template1',
  }

It Raise exception on deleting an application which is a part of used template.

)

Properties

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent

Parameters

  • name (namevar)

    application name

  • provider

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

  • template

    template to which the application is linked