Resource Type: zabbix_proxy
- Defined in:
- lib/puppet/type/zabbix_proxy.rb
- Providers:
-
ruby
Overview
Manage zabbix proxies
Properties
-
ensure
(defaults to: present)
The basic property that the resource should be in.
Supported values:- present
- absent
-
interfaceid
(readonly) ID of the interface
-
ipaddress
The IP address of the machine running zabbix proxy.
-
mode
The kind of mode the proxy running. Active (0) or passive (1).
Supported values:- active
- passive
- 0
- 1
- 0
- 1
-
port
The port that the zabbix proxy is listening on.
-
proxyid
(readonly) ID of the proxy
-
use_ip
Using ipadress instead of dns to connect. Is used by the zabbix-api command.
Parameters
-
hostname
FQDN of the proxy.
-
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.